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-works4
1 files changed, 0 insertions, 4 deletions
diff --git a/testsuite/head/head-n-works b/testsuite/head/head-n-works
deleted file mode 100644
index db4325556..000000000
--- a/testsuite/head/head-n-works
+++ /dev/null
@@ -1,4 +0,0 @@
-[ -n "$d" ] || d=..
-head -n 2 "$d/README" > logfile.gnu
-busybox head -n 2 "$d/README" > logfile.bb
-cmp logfile.gnu logfile.bb