Mention the opengroup sed reference, add a check which is disabled at present.
[oweals/busybox.git] / testsuite / strings / strings-works-like-GNU
1 rm -f foo bar
2 strings -af ../../busybox > foo
3 busybox strings -af ../../busybox > bar
4 test ! -f foo -a -f bar
5 if [ $? = 0 ] ; then
6     diff -q foo bar
7 fi;
8