Subject: | run_script() breaks on FreeBSD due to odd interaction with IPC3::Run + FindBin |
I didn't have time to debug this properly but on FreeBSD doing:
1. git clone git://github.com/avar/hailo.git
2. cd hailo
2. git checkout 0.29
3. prove -Ilib t/command/shell.t
Will break with errors about FindBin being unable to find the 'hailo'
commend that's being tested. I'm not sure whether this is due to some
error in Test::Script::Run or because Hailo/Command.pm tries to find out
what it is with FindBin and running things under IPC3::Run on FreeBSD
somehow breaks that.