Patch from Tito to rework strings applet, and some testsuite
stuff to test it added by me.
This commit is contained in:
8
testsuite/strings/strings-works-like-GNU
Normal file
8
testsuite/strings/strings-works-like-GNU
Normal file
@ -0,0 +1,8 @@
|
||||
rm -f foo bar
|
||||
strings -af ../../busybox > foo
|
||||
busybox strings -af ../../busybox > bar
|
||||
test ! -f foo -a -f bar
|
||||
if [ $? = 0 ] ; then
|
||||
diff -q foo bar
|
||||
fi;
|
||||
|
Reference in New Issue
Block a user