summaryrefslogtreecommitdiff
path: root/tests/remfiles09b.at
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2013-10-05 09:29:55 +0300
committerSergey Poznyakoff <gray@gnu.org.ua>2013-10-05 09:29:55 +0300
commit3de5db2a1511a8fa2b17a933ccee70ae20fd588b (patch)
treecb289f3aac43dc36e83eb9368c76a0dff41a1f2b /tests/remfiles09b.at
parentdb9b81eb6b0fcb69b2f2819db6e301dd6492bef9 (diff)
downloadtar-3de5db2a1511a8fa2b17a933ccee70ae20fd588b.tar.gz
Xfail the remfiles09b test.
* tests/remfiles09b.at: Turn into expected failure.
Diffstat (limited to 'tests/remfiles09b.at')
-rw-r--r--tests/remfiles09b.at3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/remfiles09b.at b/tests/remfiles09b.at
index 30cc3eeb..de9b1721 100644
--- a/tests/remfiles09b.at
+++ b/tests/remfiles09b.at
@@ -29,6 +29,8 @@
AT_SETUP([remove-files on full directory in -c/incr. mode])
AT_KEYWORDS([create incremental remove-files remfiles09 remfiles09b])
+AT_XFAIL_IF(true) # we expect to fail in tar 1.27
+
AT_TAR_CHECK([
AT_SORT_PREREQ
mkdir foo
@@ -38,7 +40,6 @@ tar -cvf foo.tar --incremental --remove-files foo
TARSTAT=$?
decho B
find .
-test $TARSTAT -ne 0 && AT_SKIP_TEST # we expect to fail in tar 1.27
],
[0],
[A