blob: 02e4231345a1192dbcdda834094025ed87d13545 [file] [log] [blame]
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;