X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=tests%2Fincr04.at;h=2d29f874f461acd73b17011cbed36a608b9e49b8;hb=f86e0605d0e24d2e0424579a8310f6fb81375b92;hp=27ca17aaa6445c102a076c06d778698a919a5c58;hpb=cd7bdd4076ca154575bbef85eb2157e59befcfe2;p=chaz%2Ftar diff --git a/tests/incr04.at b/tests/incr04.at index 27ca17a..2d29f87 100644 --- a/tests/incr04.at +++ b/tests/incr04.at @@ -1,7 +1,7 @@ # Process this file with autom4te to create testsuite. -*- Autotest -*- # Test suite for GNU tar. -# Copyright 2006-2007, 2009, 2013 Free Software Foundation, Inc. +# Copyright 2006-2007, 2009, 2013-2014 Free Software Foundation, Inc. # This file is part of GNU tar. @@ -29,7 +29,7 @@ AT_SETUP([proper icontents initialization]) AT_KEYWORDS([incremental incr04 icontents]) -m4_define([NAME_PREFIX],[a/b/one_31_chars_long_file_name_]) +m4_pushdef([NAME_PREFIX],[a/b/one_31_chars_long_file_name_]) AT_TAR_CHECK([ AT_TAR_MKHIER(a/b) @@ -61,6 +61,7 @@ tar: a/b: Directory is new tar: a/c: Directory has been renamed from 'a/b' ],[],[],[gnu, oldgnu, posix]) +m4_popdef([NAME_PREFIX]) AT_CLEANUP # End of incr04.at