playbook1.yml
2.04 KB
-
test/TestRunner.py now executes false with no directory prefix · 1bcba4f4
as it is /bin/false on many systems but /usr/bin/false on OS X test/playbook1.yml now just does command true, rather than command /bin/true, again so that it works on OS X Changed from using which false to just using command false to make it simpler and also match how playbook1.yml works
willthames committed