aboutsummaryrefslogtreecommitdiff
path: root/testsuite/head/head-n-works
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/head/head-n-works')
-rw-r--r--testsuite/head/head-n-works5
1 files changed, 3 insertions, 2 deletions
diff --git a/testsuite/head/head-n-works b/testsuite/head/head-n-works
index 121a1fa1d..db4325556 100644
--- a/testsuite/head/head-n-works
+++ b/testsuite/head/head-n-works
@@ -1,3 +1,4 @@
1head -n 2 ../README > logfile.gnu 1[ -n "$d" ] || d=..
2busybox head -n 2 ../README > logfile.bb 2head -n 2 "$d/README" > logfile.gnu
3busybox head -n 2 "$d/README" > logfile.bb
3cmp logfile.gnu logfile.bb 4cmp logfile.gnu logfile.bb