aboutsummaryrefslogtreecommitdiff
path: root/testsuite/tar.tests
diff options
context:
space:
mode:
authorChris Metcalf <cmetcalf@tilera.com>2010-04-02 09:57:27 +0200
committerDenys Vlasenko <vda.linux@googlemail.com>2010-04-02 09:57:27 +0200
commit208d35d21fbae0f1c1aa3bed4ca97717565b76e2 (patch)
treea3b1c7670c3704dc20bc569457bcc5f54a3ca422 /testsuite/tar.tests
parent37201213ca45f2163abed70a213bb24956b243a8 (diff)
downloadbusybox-w32-208d35d21fbae0f1c1aa3bed4ca97717565b76e2.tar.gz
busybox-w32-208d35d21fbae0f1c1aa3bed4ca97717565b76e2.tar.bz2
busybox-w32-208d35d21fbae0f1c1aa3bed4ca97717565b76e2.zip
testsuite fixes
Signed-off-by: Chris Metcalf <cmetcalf@tilera.com> Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'testsuite/tar.tests')
-rwxr-xr-xtestsuite/tar.tests2
1 files changed, 2 insertions, 0 deletions
diff --git a/testsuite/tar.tests b/testsuite/tar.tests
index 6c136a615..71095cb20 100755
--- a/testsuite/tar.tests
+++ b/testsuite/tar.tests
@@ -31,6 +31,7 @@ Ok
31" \ 31" \
32"" "" 32"" ""
33 33
34optional FEATURE_TAR_LONG_OPTIONS
34testing "tar --overwrite" "\ 35testing "tar --overwrite" "\
35rm -rf input_* test.tar 2>/dev/null 36rm -rf input_* test.tar 2>/dev/null
36ln input input_hard 37ln input input_hard
@@ -43,6 +44,7 @@ tar xf test.tar --overwrite 2>&1 && cat input
43Ok 44Ok
44" \ 45" \
45"Ok\n" "" 46"Ok\n" ""
47SKIP=
46 48
47cd .. && rm -rf tempdir || exit 1 49cd .. && rm -rf tempdir || exit 1
48 50