diff options
author | Thomas De Schampheleire | 2018-09-13 15:01:46 +0200 |
---|---|---|
committer | Denys Vlasenko | 2018-09-22 19:40:35 +0200 |
commit | 6608879d34f9635572415e864b4fcbc497c74bcf (patch) | |
tree | feb2a5a8fc86f5b024d41c9d69de994affc1b8dd /testsuite/head/head-n-works | |
parent | e0f617699f7f1dfa1e56ded54bb1d70fd91c225e (diff) | |
download | busybox-6608879d34f9635572415e864b4fcbc497c74bcf.zip busybox-6608879d34f9635572415e864b4fcbc497c74bcf.tar.gz |
head: convert existing tests to new-style
Signed-off-by: Thomas De Schampheleire <thomas.de_schampheleire@nokia.com>
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'testsuite/head/head-n-works')
-rw-r--r-- | testsuite/head/head-n-works | 4 |
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 db43255..0000000 --- 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 |