projects
/
oweals
/
busybox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0d3a02e
)
Added some tests for some recently found / fixed bugs in the shell.
author
Mark Whitley
<markw@lineo.com>
Thu, 15 Mar 2001 18:19:13 +0000
(18:19 -0000)
committer
Mark Whitley
<markw@lineo.com>
Thu, 15 Mar 2001 18:19:13 +0000
(18:19 -0000)
tests/testcases
patch
|
blob
|
history
diff --git
a/tests/testcases
b/tests/testcases
index 82203062157654291bb127d9745996d7ff36eab8..92f4ed3ec12976abb6a29d808c002e1d18c20000 100644
(file)
--- 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