]> Dogcows Code - chaz/tar/blobdiff - tests/remfiles09b.at
Update copyright years.
[chaz/tar] / tests / remfiles09b.at
index 30cc3eebf17c49f91592294d8f5f3d5958716a87..26e5624e136907f15779c25de9864e7b0cacc4b6 100644 (file)
@@ -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,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
This page took 0.024315 seconds and 4 git commands to generate.