t/01_run.t, t/06_events.t use /usr/bin/true /usr/bin/false: not portable, should be /bin/true and /bin/false.
Closed this issue · 2 comments
viy2 commented
t/01_run.t, t/06_events.t use /usr/bin/true /usr/bin/false.
those tests fail on more traditional Linux distributions that does not use /bin -> /usr/bin symlink.
use of /usr/bin/true /usr/bin/false is not portable,
/bin/true and /bin/false should be used.
cfconrad commented
I take it, as I was the one how introduced it.