aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorandersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277>2001-11-10 10:49:42 +0000
committerandersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277>2001-11-10 10:49:42 +0000
commitdf3a4b05393c8e3bed02fc5a551d31787741ef96 (patch)
tree7d6eb161fcd9d581d1d280503c05e4f2d4517dd0 /tests
parent45e4bbf319b4116d4520a796a04a6aa7a07fb0a6 (diff)
downloadbusybox-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/testcases16
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
159grep -l strdup ../*.c 159grep -l strdup ../*utils/*.c
160grep -c strdup ../*.c 160grep -c strdup ../*utils/*.c
161grep -lc strdup ../*.c 161grep -lc strdup ../*utils/*.c
162grep -cv strdup ../*.c 162grep -cv strdup ../*utils/*.c
163grep -i null ../grep.c 163grep -i null ../findutils/grep.c
164grep -e strdup -e regcomp -e atexit ../grep.c 164grep -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'
304sed -e '/test$/d' testcases 304sed -e '/test$/d' testcases
305sed -e '/^echo/d' testcases 305sed -e '/^echo/d' testcases
306sed -e '/test/s/dangerous/PELIGROSO/' testcases 306sed -e '/test/s/dangerous/PELIGROSO/' testcases
307sed -ne '1,/getopt/p' ../pwd.c 307sed -ne '1,/getopt/p' ../shellutils/pwd.c
308sed -e '/getopt/r ../pwd.c' ../sed.c 308sed -e '/getopt/r ../shellutils/pwd.c' ../editors/sed.c
309 309
310 310
311# setkeycodes 311# setkeycodes