diff options
author | Eric Andersen <andersen@codepoet.org> | 2001-11-10 10:49:42 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2001-11-10 10:49:42 +0000 |
commit | c52a6b0f1023268f021d04ddf224db5c5dd7b13e (patch) | |
tree | 7d6eb161fcd9d581d1d280503c05e4f2d4517dd0 /tests | |
parent | e5d58c3dcc83c007dce35eaecf0a35c6ae598648 (diff) |
|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
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 # getopt # grep -grep -l strdup ../*.c -grep -c strdup ../*.c -grep -lc strdup ../*.c -grep -cv strdup ../*.c -grep -i null ../grep.c -grep -e strdup -e regcomp -e atexit ../grep.c +grep -l strdup ../*utils/*.c +grep -c strdup ../*utils/*.c +grep -lc strdup ../*utils/*.c +grep -cv strdup ../*utils/*.c +grep -i null ../findutils/grep.c +grep -e strdup -e regcomp -e atexit ../findutils/grep.c # gunzip @@ -304,8 +304,8 @@ echo -e "foo\\n\\nbar" | sed -ne '/^$/p' sed -e '/test$/d' testcases sed -e '/^echo/d' testcases sed -e '/test/s/dangerous/PELIGROSO/' testcases -sed -ne '1,/getopt/p' ../pwd.c -sed -e '/getopt/r ../pwd.c' ../sed.c +sed -ne '1,/getopt/p' ../shellutils/pwd.c +sed -e '/getopt/r ../shellutils/pwd.c' ../editors/sed.c # setkeycodes |