From 208d35d21fbae0f1c1aa3bed4ca97717565b76e2 Mon Sep 17 00:00:00 2001 From: Chris Metcalf Date: Fri, 2 Apr 2010 09:57:27 +0200 Subject: testsuite fixes Signed-off-by: Chris Metcalf Signed-off-by: Denys Vlasenko --- testsuite/tar.tests | 2 ++ 1 file changed, 2 insertions(+) (limited to 'testsuite/tar.tests') 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 " \ "" "" +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 -- cgit v1.2.3