diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2013-11-19 16:56:26 +0100 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2013-11-19 16:56:26 +0100 |
commit | dd1d8ab506420014cf0a3a076b2e3a4fa5de16ee (patch) | |
tree | d32d4944621e4c123e2a30eeba3754200e62d865 /testsuite | |
parent | 1cbc642bed8307a78ccec655d2db61a2ce21596c (diff) | |
download | busybox-w32-dd1d8ab506420014cf0a3a076b2e3a4fa5de16ee.tar.gz busybox-w32-dd1d8ab506420014cf0a3a076b2e3a4fa5de16ee.tar.bz2 busybox-w32-dd1d8ab506420014cf0a3a076b2e3a4fa5de16ee.zip |
fix a copy/paste error in last tar testcase name
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'testsuite')
-rwxr-xr-x | testsuite/tar.tests | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/testsuite/tar.tests b/testsuite/tar.tests index 1bdd5d437..c947d3382 100755 --- a/testsuite/tar.tests +++ b/testsuite/tar.tests | |||
@@ -15,9 +15,8 @@ mkdir tar.tempdir && cd tar.tempdir || exit 1 | |||
15 | 15 | ||
16 | # testing "test name" "script" "expected result" "file input" "stdin" | 16 | # testing "test name" "script" "expected result" "file input" "stdin" |
17 | 17 | ||
18 | # Empty file is not a valid .tar.gz: | ||
19 | optional FEATURE_SEAMLESS_GZ | 18 | optional FEATURE_SEAMLESS_GZ |
20 | testing "tar hardlinks and repeated files" '\ | 19 | testing "Empty file is not a tarball.tar.gz" '\ |
21 | tar xvzf - 2>&1; echo $? | 20 | tar xvzf - 2>&1; echo $? |
22 | ' "\ | 21 | ' "\ |
23 | tar: invalid magic | 22 | tar: invalid magic |