urchin/tests/Cross-shell test support
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
..
.test-run-by-specified-shell remove awk dependency in test suite 2016-01-28 15:23:14 +00:00
.test-TEST_SHELL-passed-through Support for cross-shell testing added, via option -s <shell> and env. variable TEST_SHELL. 2014-10-17 17:16:12 -04:00
.test-TEST_SHELL-undefined_or_empty Support for cross-shell testing added, via option -s <shell> and env. variable TEST_SHELL. 2014-10-17 17:16:12 -04:00
Environment variable TEST_SHELL should be passed through. Support for cross-shell testing added, via option -s <shell> and env. variable TEST_SHELL. 2014-10-17 17:16:12 -04:00
Environment variable TEST_SHELL should default to sh if empty. Support for cross-shell testing added, via option -s <shell> and env. variable TEST_SHELL. 2014-10-17 17:16:12 -04:00
Environment variable TEST_SHELL should default to sh if unset. Support for cross-shell testing added, via option -s <shell> and env. variable TEST_SHELL. 2014-10-17 17:16:12 -04:00
The -s option should invoke tests with the specified shell. remove awk dependency in test suite 2016-01-28 15:23:14 +00:00