diff options
Diffstat (limited to 'tests/testcases')
-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 |