urchin/tests/Cross-shell test support/.test-run-by-specified-shell/With -s, a non-sh test script should be invoked directly.
Thomas Levine a663085069 remove awk dependency in test suite
I'm on NixOS, so awk isn't in /usr/bin. I can search for it with
/usr/bin/env, but then I can't use -f in the shebang line.
2016-01-27 10:51:04 +00:00

4 lines
137 B
Plaintext
Executable File

#!/usr/bin/env true
true will processed the contents of this script, but that
means that nothing will happen and the script will exit 0