NetBSD/tests/bin/sh
kre a60600e0af Add a test case for "set -X".
Currently (or when testing any shell that does not support -X) the
test will be skipped (also for [m]ksh (but not ksh93 etc) where there
is an absurdly badly named -X option, skip the new test for them as well.)

When -X appears in /bin/sh, this will verify that it is probably working
(the test is MUCH more gruelling than any rational use of -X would be.)
2017-11-16 19:41:41 +00:00
..
dotcmd Allow for testing other than /bin/sh using TEST_SH (from kre@) 2016-03-27 14:57:50 +00:00
Makefile Add a test of sh syntax & parsing (first attempt anyway.) 2017-05-20 16:35:55 +00:00
t_arith.sh Add basic tests for the forthcoming ',' '++' and '--' operators. 2017-07-15 18:50:42 +00:00
t_cmdsub.sh Add a new test to verify correct operation when a command substitution 2017-06-16 07:37:41 +00:00
t_evaltested.sh Finish TEST_SH - all tests should support it now. 2016-03-27 14:50:01 +00:00
t_exit.sh Remove the trap_zero__explicit_return test case - it was testing undefined 2016-05-07 23:51:30 +00:00
t_expand.sh Add a new sub-test to validate ~ expansions. 2017-10-06 17:05:05 +00:00
t_fsplit.sh NFC: Added some comments (about other comments) 2017-06-24 11:06:17 +00:00
t_here.sh Added lots more end delimiter tests (some weird cases...). Also 2016-03-31 16:21:52 +00:00
t_option.sh Add a test case for "set -X". 2017-11-16 19:41:41 +00:00
t_redir.sh Add another test for the 48875 fix fallout... 2016-05-14 00:33:02 +00:00
t_redircloexec.sh Skip the test of non-posix behaviour if we are deliberately trying 2017-05-27 13:11:50 +00:00
t_set_e.sh When embedding a command in a subshell "( ... )" avoid accidentally 2016-03-31 16:22:27 +00:00
t_shift.sh Use valid (standard) shell syntax, in anticipation of /bin/sh enforcing 2016-05-17 09:05:14 +00:00
t_syntax.sh Make the $'...' syntax tests test what is supposed to work, rather than 2017-08-21 00:56:22 +00:00
t_ulimit.sh Finish TEST_SH - all tests should support it now. 2016-03-27 14:50:01 +00:00
t_varquote.sh Finish TEST_SH - all tests should support it now. 2016-03-27 14:50:01 +00:00
t_varval.sh New tests from kre 2016-03-16 15:49:19 +00:00
t_wait.sh Avoid leaving turds in /tmp. (from kre@) 2016-03-31 16:22:54 +00:00