X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;ds=inline;f=tests%2Fincr01.at;h=fad8d3e4c08dc57360333ae93e35a43408e78576;hb=3c0bedd49444d0f6435b8d5ffbf1f1ec97927b9c;hp=9d0a03ee62fbe8a8a56f1d9b18a9503152d0efe5;hpb=a57ecc51aaffffad30b9610f0c6a7749ea31d540;p=chaz%2Ftar diff --git a/tests/incr01.at b/tests/incr01.at index 9d0a03e..fad8d3e 100644 --- a/tests/incr01.at +++ b/tests/incr01.at @@ -1,11 +1,11 @@ # Process this file with autom4te to create testsuite. -*- Autotest -*- # Test suite for GNU tar. -# Copyright (C) 2005 Free Software Foundation, Inc. +# Copyright (C) 2005, 2007 Free Software Foundation, Inc. # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by -# the Free Software Foundation; either version 2, or (at your option) +# the Free Software Foundation; either version 3, or (at your option) # any later version. # This program is distributed in the hope that it will be useful, @@ -25,7 +25,7 @@ # http://lists.gnu.org/archive/html/bug-tar/2005-08/msg00023.html AT_SETUP([restore broken symlinks from incremental]) -AT_KEYWORDS([incr01]) +AT_KEYWORDS([incremental incr01]) AT_TAR_CHECK([ mkdir directory @@ -37,9 +37,9 @@ tar -cf archive.1 -g db directory mv directory orig -tar xvfg archive.0 /dev/null +tar xvfg archive.0 /dev/null --warning=no-timestamp echo separator -tar xvfg archive.1 /dev/null +tar xvfg archive.1 /dev/null --warning=no-timestamp ], [0], [directory/ @@ -48,8 +48,6 @@ separator directory/ tar: Deleting `directory/bar' ], -[],[],[],[gnu, oldgnu]) +[],[],[],[gnu, oldgnu, posix]) AT_CLEANUP - -