[git commit] fix a copy/paste error in last tar testcase name
Denys Vlasenko
vda.linux at googlemail.com
Tue Nov 19 15:56:26 UTC 2013
commit: http://git.busybox.net/busybox/commit/?id=dd1d8ab506420014cf0a3a076b2e3a4fa5de16ee
branch: http://git.busybox.net/busybox/commit/?id=refs/heads/master
Signed-off-by: Denys Vlasenko <vda.linux at googlemail.com>
---
testsuite/tar.tests | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
diff --git a/testsuite/tar.tests b/testsuite/tar.tests
index 1bdd5d4..c947d33 100755
--- a/testsuite/tar.tests
+++ b/testsuite/tar.tests
@@ -15,9 +15,8 @@ mkdir tar.tempdir && cd tar.tempdir || exit 1
# testing "test name" "script" "expected result" "file input" "stdin"
-# Empty file is not a valid .tar.gz:
optional FEATURE_SEAMLESS_GZ
-testing "tar hardlinks and repeated files" '\
+testing "Empty file is not a tarball.tar.gz" '\
tar xvzf - 2>&1; echo $?
' "\
tar: invalid magic
More information about the busybox-cvs
mailing list