source:
drbl_ui/backup/test_busybox/busybox-1.7.2/testsuite/tail/tail-works
@
55
Last change on this file since 55 was 20, checked in by chris, 17 years ago | |
---|---|
File size: 126 bytes |
Line | |
---|---|
1 | [ -n "$d" ] || d=.. |
2 | tail -n 2 "$d/README" > logfile.gnu |
3 | busybox tail -n 2 "$d/README" > logfile.bb |
4 | cmp logfile.gnu logfile.bb |
Note: See TracBrowser
for help on using the repository browser.