Added some tests for some recently found / fixed bugs in the shell.

This commit is contained in:
Mark Whitley 2001-03-15 18:19:13 +00:00
parent 0d3a02eba7
commit 7384d7dce0

View 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