summaryrefslogtreecommitdiff
path: root/tests/testcases
diff options
context:
space:
mode:
Diffstat (limited to 'tests/testcases')
-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