diff options
author | andersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2002-10-18 22:18:10 +0000 |
---|---|---|
committer | andersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2002-10-18 22:18:10 +0000 |
commit | bfef2081f678c2e509d20e65890e1fc64ccbfab4 (patch) | |
tree | 555ea31bfe5143f0a5e3cd54fb3035a4d1dd0ff2 /tests | |
parent | 3e67ae958e0f90dbf0f00128fd58cd2ec946be83 (diff) | |
download | busybox-w32-bfef2081f678c2e509d20e65890e1fc64ccbfab4.tar.gz busybox-w32-bfef2081f678c2e509d20e65890e1fc64ccbfab4.tar.bz2 busybox-w32-bfef2081f678c2e509d20e65890e1fc64ccbfab4.zip |
disambiguate a test
git-svn-id: svn://busybox.net/trunk/busybox@5665 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'tests')
-rw-r--r-- | tests/sh.testcases | 10 |
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 | |||
69 | TMP=fish && >$TMP | 69 | TMP=fish && >$TMP |
70 | ls fish | 70 | ls 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. |
74 | unset TMP | 74 | unset TMP |
75 | rm -f fish | 75 | rm -f wish |
76 | TMP=fish >$TMP | 76 | TMP=wish >$TMP |
77 | ls fish | 77 | ls 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:. | |||
86 | echo $a | 86 | echo $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 |
89 | rm -f a=b fish foo | 89 | rm -f a=b wish fish foo |