pmatilai created an issue (rpm-software-management/rpm#4259)

As a leftover from the fakechroot days, debuginfo-related tests are 
conditionalized on the find-debuginfo script presence on the host:
```
if test -x "@FIND_DEBUGINFO@"; then
    DEBUGINFO_DISABLED=false;
else
    DEBUGINFO_DISABLED=true;
fi
```

Everything in the test-suite runs inside the controlled container environment 
now, so this is both silly and wrong.

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

Message ID: <rpm-software-management/rpm/issues/[email protected]>
_______________________________________________
Rpm-maint mailing list
[email protected]
https://lists.rpm.org/mailman/listinfo/rpm-maint

Reply via email to