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 @@
1[ -n "$d" ] || d=..
2head -n 2 "$d/README" > logfile.gnu
3busybox head -n 2 "$d/README" > logfile.bb
4cmp logfile.gnu logfile.bb