diff options
author | Mark Whitley <markw@lineo.com> | 2001-05-24 23:05:13 +0000 |
---|---|---|
committer | Mark Whitley <markw@lineo.com> | 2001-05-24 23:05:13 +0000 |
commit | 4f6aea807b0cd411cbc6f9d3b79e8583d6bd532b (patch) | |
tree | 4ae91b6883dfdfd2dbe59ab924e6c9a27ef476c8 /tests/testcases | |
parent | 8b7a0d807a3ec8cfcbc4e4cb3067237b438bae14 (diff) | |
download | busybox-w32-4f6aea807b0cd411cbc6f9d3b79e8583d6bd532b.tar.gz busybox-w32-4f6aea807b0cd411cbc6f9d3b79e8583d6bd532b.tar.bz2 busybox-w32-4f6aea807b0cd411cbc6f9d3b79e8583d6bd532b.zip |
More shell / quoting testcases from Larry.
Diffstat (limited to 'tests/testcases')
-rw-r--r-- | tests/testcases | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/testcases b/tests/testcases index 64d406a8a..5043c309e 100644 --- a/tests/testcases +++ b/tests/testcases | |||
@@ -306,7 +306,7 @@ sed -e '/test/s/dangerous/PELIGROSO/' testcases | |||
306 | sh -c "echo a b c" | 306 | sh -c "echo a b c" |
307 | sh -c ">" | 307 | sh -c ">" |
308 | sh -c "a" | 308 | sh -c "a" |
309 | #sh sh.testcases | 309 | sh sh.testcases |
310 | 310 | ||
311 | 311 | ||
312 | # sleep - can't test: produces no output | 312 | # sleep - can't test: produces no output |