[BusyBox-cvs] busybox/testsuite/strings strings-works-like-GNU,NONE,1.1
Erik Andersen
andersen at codepoet.org
Mon Jan 13 23:19:35 UTC 2003
Update of /var/cvs/busybox/testsuite/strings
In directory winder:/tmp/cvs-serv6691/testsuite/strings
Added Files:
strings-works-like-GNU
Log Message:
Patch from Tito to rework strings applet, and some testsuite
stuff to test it added by me.
--- NEW FILE: strings-works-like-GNU ---
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;
More information about the busybox-cvs
mailing list