diff options
Diffstat (limited to 'busybox/testsuite/head/head-works')
-rw-r--r-- | busybox/testsuite/head/head-works | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/busybox/testsuite/head/head-works b/busybox/testsuite/head/head-works new file mode 100644 index 0000000..56ad3e3 --- /dev/null +++ b/busybox/testsuite/head/head-works @@ -0,0 +1,4 @@ +[ -n "$d" ] || d=.. +head "$d/README" > logfile.gnu +busybox head "$d/README" > logfile.bb +cmp logfile.gnu logfile.bb |