This website requires JavaScript.
Explore
Help
Register
Sign In
emo
/
busybox
Watch
1
Star
0
Fork
0
You've already forked busybox
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
a6f6a95ba4
busybox
/
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 16:40:30 +05:30
set +e
* testsuite/grep/grep-handles-binary-files: Read input from a pipe. * testsuite/grep/grep-matches-NUL: Likewise.
2002-03-20 05:16:16 +05:30
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 16:40:30 +05:30
if [ $? != 0 ] ; then
exit 0;
fi
exit 1;
Reference in New Issue
Copy Permalink