android_mt6572_jiabo/external/busybox/testsuite/strings/strings-works-like-GNU
2025-09-05 16:56:03 +08:00

9 lines
166 B
Text

rm -f foo bar
strings -af ../../busybox > foo
busybox strings -af ../../busybox > bar
set +e
test ! -f foo -a -f bar
if [ $? = 0 ] ; then
set -e
diff -q foo bar
fi