source:
drbl_ui/backup/test_busybox/busybox-1.7.2/testsuite/strings/strings-works-like-GNU
| Last change on this file was 20, checked in by chris, 18 years ago | |
|---|---|
| File size: 166 bytes | |
| Rev | Line | |
|---|---|---|
| [20] | 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.
