The flaky test-case is:

```cat << EOF > "${RPMTEST}"/tmp/bad.req
#!/bin/sh
echo 'bad = *'
EOF
chmod a+x "${RPMTEST}"/tmp/bad.req

runroot rpmbuild -bb --quiet \
                --define "__script_requires /tmp/bad.req" \
                /data/SPECS/shebang.spec
```

The common theme being a tiny generator that outputs little to nothing.

-- 
Reply to this email directly or view it on GitHub:
https://github.com/rpm-software-management/rpm/issues/2949#issuecomment-1980966283
You are receiving this because you are subscribed to this thread.

Message ID: <rpm-software-management/rpm/issues/2949/1980966...@github.com>
_______________________________________________
Rpm-maint mailing list
Rpm-maint@lists.rpm.org
http://lists.rpm.org/mailman/listinfo/rpm-maint

Reply via email to