aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2002-10-18 22:18:10 +0000
committerEric Andersen <andersen@codepoet.org>2002-10-18 22:18:10 +0000
commit431a18497d2564529771cf40f5fbc5d86cc50516 (patch)
tree555ea31bfe5143f0a5e3cd54fb3035a4d1dd0ff2
parent31f9747a23cc22f35c5efb0841258d7c53e3d6a0 (diff)
downloadbusybox-w32-431a18497d2564529771cf40f5fbc5d86cc50516.tar.gz
busybox-w32-431a18497d2564529771cf40f5fbc5d86cc50516.tar.bz2
busybox-w32-431a18497d2564529771cf40f5fbc5d86cc50516.zip
disambiguate a test
-rw-r--r--tests/sh.testcases10
1 files changed, 5 insertions, 5 deletions
diff --git a/tests/sh.testcases b/tests/sh.testcases
index e2a75873e..aa834d4a2 100644
--- a/tests/sh.testcases
+++ b/tests/sh.testcases
@@ -69,12 +69,12 @@ rm -f fish
69TMP=fish && >$TMP 69TMP=fish && >$TMP
70ls fish 70ls fish
71 71
72# ash, lash, and hush do not create fish; bash and ksh do. 72# ash, lash, and hush do not create wish; bash and ksh do.
73# Thanks to Tapani Tarvainen <tt@mit.jyu.fi> for this stress test. 73# Thanks to Tapani Tarvainen <tt@mit.jyu.fi> for this stress test.
74unset TMP 74unset TMP
75rm -f fish 75rm -f wish
76TMP=fish >$TMP 76TMP=wish >$TMP
77ls fish 77ls wish
78 78
79# The following example shows that hush's parser is 79# The following example shows that hush's parser is
80# not _really_ Bourne compatible 80# not _really_ Bourne compatible
@@ -86,4 +86,4 @@ PATH=$PATH:.
86echo $a 86echo $a
87 87
88# assuming the shell wasn't too buggy, clean up the mess 88# assuming the shell wasn't too buggy, clean up the mess
89rm -f a=b fish foo 89rm -f a=b wish fish foo