diff options
Diffstat (limited to 'testsuite/head/head-n-works')
-rw-r--r-- | testsuite/head/head-n-works | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/testsuite/head/head-n-works b/testsuite/head/head-n-works new file mode 100644 index 0000000..121a1fa --- /dev/null +++ b/testsuite/head/head-n-works @@ -0,0 +1,3 @@ +head -n 2 ../README > logfile.gnu +busybox head -n 2 ../README > logfile.bb +cmp logfile.gnu logfile.bb |