diff options
-rw-r--r-- | tests/testcases | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/tests/testcases b/tests/testcases index 8220306..92f4ed3 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 |