This website requires JavaScript.
Explore
Mirrors
Help
Sign In
Apple-2gs-SW
/
hush
Watch
1
Star
0
Fork
0
You've already forked hush
mirror of
https://github.com/sheumann/hush.git
synced
2024-11-18 17:10:36 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
6d5aa4539a
hush
/
testsuite
/
grep
/
grep-matches-NUL
9 lines
81 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Kill off the old 'tests' stuff. Write a ton of new tests for the 'testsuite' dir. Fix a bunch of broken tests. Fix the testsuite 'runtest' script so it actually reports all failures and provides meaningful feedback. -Erik
2004-04-06 11:10:30 +00:00
set +e
* testsuite/grep/grep-handles-binary-files: Read input from a pipe. * testsuite/grep/grep-matches-NUL: Likewise.
2002-03-19 23:46:16 +00:00
echo -e '\0' | busybox grep .
Kill off the old 'tests' stuff. Write a ton of new tests for the 'testsuite' dir. Fix a bunch of broken tests. Fix the testsuite 'runtest' script so it actually reports all failures and provides meaningful feedback. -Erik
2004-04-06 11:10:30 +00:00
if [ $? != 0 ] ; then
exit 0;
fi
exit 1;
Reference in New Issue
Copy Permalink