diff options
author | Chris Metcalf | 2010-04-02 09:57:27 +0200 |
---|---|---|
committer | Denys Vlasenko | 2010-04-02 09:57:27 +0200 |
commit | 208d35d21fbae0f1c1aa3bed4ca97717565b76e2 (patch) | |
tree | a3b1c7670c3704dc20bc569457bcc5f54a3ca422 /testsuite/tar.tests | |
parent | 37201213ca45f2163abed70a213bb24956b243a8 (diff) | |
download | busybox-208d35d21fbae0f1c1aa3bed4ca97717565b76e2.zip busybox-208d35d21fbae0f1c1aa3bed4ca97717565b76e2.tar.gz |
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-x | testsuite/tar.tests | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/testsuite/tar.tests b/testsuite/tar.tests index 6c136a6..71095cb 100755 --- a/testsuite/tar.tests +++ b/testsuite/tar.tests @@ -31,6 +31,7 @@ Ok " \ "" "" +optional FEATURE_TAR_LONG_OPTIONS testing "tar --overwrite" "\ rm -rf input_* test.tar 2>/dev/null ln input input_hard @@ -43,6 +44,7 @@ tar xf test.tar --overwrite 2>&1 && cat input Ok " \ "Ok\n" "" +SKIP= cd .. && rm -rf tempdir || exit 1 |