diff options
author | markw <markw@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2001-03-15 18:19:13 +0000 |
---|---|---|
committer | markw <markw@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2001-03-15 18:19:13 +0000 |
commit | 2b028f31db27ceb1efe36073b6986c8f21fd2b8f (patch) | |
tree | c0650503e3383eef8ad9c4f96fabf2ad5519068d /tests | |
parent | a84a4eff66a0b8bf6bb238c6d7b6ee604fe5caee (diff) | |
download | busybox-w32-2b028f31db27ceb1efe36073b6986c8f21fd2b8f.tar.gz busybox-w32-2b028f31db27ceb1efe36073b6986c8f21fd2b8f.tar.bz2 busybox-w32-2b028f31db27ceb1efe36073b6986c8f21fd2b8f.zip |
Added some tests for some recently found / fixed bugs in the shell.
git-svn-id: svn://busybox.net/trunk/busybox@2090 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'tests')
-rw-r--r-- | tests/testcases | 7 |
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 | |||
258 | # rpmunpack | 258 | # rpmunpack |
259 | # sed - we can do some one-liners here; probably needs it's own input file | 259 | # sed - we can do some one-liners here; probably needs it's own input file |
260 | # setkeycodes | 260 | # setkeycodes |
261 | # sh - this should probably have it's own testcase or input file | 261 | |
262 | # sh - note that we cannot test the shell interactively here | ||
263 | sh -c "echo a b c" | ||
264 | sh -c ">" | ||
265 | sh -c "a" | ||
266 | |||
262 | # sleep - can't test: produces no output | 267 | # sleep - can't test: produces no output |
263 | 268 | ||
264 | # sort | 269 | # sort |