diff options
author | andersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2001-11-10 10:49:42 +0000 |
---|---|---|
committer | andersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2001-11-10 10:49:42 +0000 |
commit | df3a4b05393c8e3bed02fc5a551d31787741ef96 (patch) | |
tree | 7d6eb161fcd9d581d1d280503c05e4f2d4517dd0 /tests | |
parent | 45e4bbf319b4116d4520a796a04a6aa7a07fb0a6 (diff) | |
download | busybox-w32-df3a4b05393c8e3bed02fc5a551d31787741ef96.tar.gz busybox-w32-df3a4b05393c8e3bed02fc5a551d31787741ef96.tar.bz2 busybox-w32-df3a4b05393c8e3bed02fc5a551d31787741ef96.zip |
|2001-10-08 Rodney Brown <rbrown64@csc.com.au>
|
| * editors/sed.c: Fix multiline [aic] commands. Make # an endline
| comment for compatibility. Codespace reduction.
| * tests/testcases: Cope with move to subdirectories.
| * testsuite/sed/sed-aic-commands: Add.
|
| text data bss dec hex filename
| 3772 16 0 3788 ecc editors/sed.o
| 4516 16 0 4532 11b4 editors/sed.o.bu
git-svn-id: svn://busybox.net/trunk/busybox@3642 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'tests')
-rw-r--r-- | tests/testcases | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/tests/testcases b/tests/testcases index 2c28bf389..37e741260 100644 --- a/tests/testcases +++ b/tests/testcases | |||
@@ -156,12 +156,12 @@ free | |||
156 | # getopt | 156 | # getopt |
157 | 157 | ||
158 | # grep | 158 | # grep |
159 | grep -l strdup ../*.c | 159 | grep -l strdup ../*utils/*.c |
160 | grep -c strdup ../*.c | 160 | grep -c strdup ../*utils/*.c |
161 | grep -lc strdup ../*.c | 161 | grep -lc strdup ../*utils/*.c |
162 | grep -cv strdup ../*.c | 162 | grep -cv strdup ../*utils/*.c |
163 | grep -i null ../grep.c | 163 | grep -i null ../findutils/grep.c |
164 | grep -e strdup -e regcomp -e atexit ../grep.c | 164 | grep -e strdup -e regcomp -e atexit ../findutils/grep.c |
165 | 165 | ||
166 | # gunzip | 166 | # gunzip |
167 | 167 | ||
@@ -304,8 +304,8 @@ echo -e "foo\\n\\nbar" | sed -ne '/^$/p' | |||
304 | sed -e '/test$/d' testcases | 304 | sed -e '/test$/d' testcases |
305 | sed -e '/^echo/d' testcases | 305 | sed -e '/^echo/d' testcases |
306 | sed -e '/test/s/dangerous/PELIGROSO/' testcases | 306 | sed -e '/test/s/dangerous/PELIGROSO/' testcases |
307 | sed -ne '1,/getopt/p' ../pwd.c | 307 | sed -ne '1,/getopt/p' ../shellutils/pwd.c |
308 | sed -e '/getopt/r ../pwd.c' ../sed.c | 308 | sed -e '/getopt/r ../shellutils/pwd.c' ../editors/sed.c |
309 | 309 | ||
310 | 310 | ||
311 | # setkeycodes | 311 | # setkeycodes |