X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=tests%2Fremfiles09b.at;h=45b8440c9c0f5de9545a217a6f9870405f9c8f0e;hb=586a6263e9d97494139b4285c81ee5907c9d7252;hp=30cc3eebf17c49f91592294d8f5f3d5958716a87;hpb=3125d311e17c91da85de3bca326cf485523d78a0;p=chaz%2Ftar diff --git a/tests/remfiles09b.at b/tests/remfiles09b.at index 30cc3ee..45b8440 100644 --- a/tests/remfiles09b.at +++ b/tests/remfiles09b.at @@ -1,6 +1,6 @@ # Process this file with autom4te to create testsuite. -*- Autotest -*- # Test suite for GNU tar. -# Copyright 2013 Free Software Foundation, Inc. +# Copyright 2013-2014 Free Software Foundation, Inc. # # GNU tar is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -29,16 +29,15 @@ 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 echo foo/file > foo/file decho A 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 @@ -46,7 +45,6 @@ foo/ foo/file B . -./foo ./foo.tar ], [A