aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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
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
263sh -c "echo a b c"
264sh -c ">"
265sh -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