Added some tests for some recently found / fixed bugs in the shell.
authorMark Whitley <markw@lineo.com>
Thu, 15 Mar 2001 18:19:13 +0000 (18:19 -0000)
committerMark Whitley <markw@lineo.com>
Thu, 15 Mar 2001 18:19:13 +0000 (18:19 -0000)
tests/testcases

index 82203062157654291bb127d9745996d7ff36eab8..92f4ed3ec12976abb6a29d808c002e1d18c20000 100644 (file)
@@ -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