source:
drbl_ui/backup/test_busybox/busybox-1.7.2/testsuite/strings/strings-works-like-GNU
@
195
Last change on this file since 195 was 20, checked in by chris, 17 years ago | |
---|---|
File size: 166 bytes |
Line | |
---|---|
1 | rm -f foo bar |
2 | strings -af ../../busybox > foo |
3 | busybox strings -af ../../busybox > bar |
4 | set +e |
5 | test ! -f foo -a -f bar |
6 | if [ $? = 0 ] ; then |
7 | set -e |
8 | diff -q foo bar |
9 | fi |
Note: See TracBrowser
for help on using the repository browser.