blob: 02e4231345a1192dbcdda834094025ed87d13545 [file] [log] [blame]
Eric Andersen65ddf772003-01-13 23:19:31 +00001rm -f foo bar
2strings -af ../../busybox > foo
3busybox strings -af ../../busybox > bar
4test ! -f foo -a -f bar
5if [ $? = 0 ] ; then
6 diff -q foo bar
7fi;
8