From: Mark Whitley Date: Thu, 15 Mar 2001 18:19:13 +0000 (-0000) Subject: Added some tests for some recently found / fixed bugs in the shell. X-Git-Tag: 0_50~22 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=7384d7dce0f2a8a0541b0a6c9ce2b8a0d6e30b42;p=oweals%2Fbusybox.git Added some tests for some recently found / fixed bugs in the shell. --- diff --git a/tests/testcases b/tests/testcases index 822030621..92f4ed3ec 100644 --- a/tests/testcases +++ b/tests/testcases @@ -258,7 +258,12 @@ touch F ; rm F # rpmunpack # sed - we can do some one-liners here; probably needs it's own input file # setkeycodes -# sh - this should probably have it's own testcase or input file + +# sh - note that we cannot test the shell interactively here +sh -c "echo a b c" +sh -c ">" +sh -c "a" + # sleep - can't test: produces no output # sort