aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorMark Whitley <markw@lineo.com>2001-03-15 18:19:13 +0000
committerMark Whitley <markw@lineo.com>2001-03-15 18:19:13 +0000
commit7384d7dce0f2a8a0541b0a6c9ce2b8a0d6e30b42 (patch)
treec0650503e3383eef8ad9c4f96fabf2ad5519068d /tests
parent0d3a02eba76772e59c7832da6108776f576e9f1c (diff)
downloadbusybox-7384d7dce0f2a8a0541b0a6c9ce2b8a0d6e30b42.tar.gz
Added some tests for some recently found / fixed bugs in the shell.
Diffstat (limited to 'tests')
-rw-r--r--tests/testcases7
1 files changed, 6 insertions, 1 deletions
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