urchin/tests/Cross-shell test support/.test-run-by-specified-shell
Thomas Levine 13e748d684 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-28 15:23:14 +00:00
..
With -s, a non-sh test script should be invoked directly. remove awk dependency in test suite 2016-01-28 15:23:14 +00:00
With -s, a sh test script should be invoked with the specified shell. Support for cross-shell testing added, via option -s <shell> and env. variable TEST_SHELL. 2014-10-17 17:16:12 -04:00
With -s, a shebang-less test script should be invoked with the specified shell. Support for cross-shell testing added, via option -s <shell> and env. variable TEST_SHELL. 2014-10-17 17:16:12 -04:00
With -s, the TEST_SHELL environment variable should be set to the specified shell too. Support for cross-shell testing added, via option -s <shell> and env. variable TEST_SHELL. 2014-10-17 17:16:12 -04:00