X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Ftar;a=blobdiff_plain;f=tests%2Flink03.at;h=ca85201b3695fa134ad26644534b5b84cf344f43;hp=c4a0331845b5ec956acbf809ea99b945098aa084;hb=45ccda119355a1087450039a250359c1d0de0d08;hpb=cd7bdd4076ca154575bbef85eb2157e59befcfe2 diff --git a/tests/link03.at b/tests/link03.at index c4a0331..ca85201 100644 --- a/tests/link03.at +++ b/tests/link03.at @@ -1,7 +1,7 @@ # Process this file with autom4te to create testsuite. -*- Autotest -*- # Test suite for GNU tar. -# Copyright 2009, 2013 Free Software Foundation, Inc. +# Copyright 2009, 2013-2014 Free Software Foundation, Inc. # This file is part of GNU tar. @@ -24,7 +24,7 @@ AT_SETUP([working -l with --remove-files]) AT_KEYWORDS([hardlinks link03]) -m4_define([create_files],[ +m4_pushdef([create_files],[ genfile -l 64 -f file1 ln file1 file2 ln file2 file3 @@ -51,4 +51,5 @@ file1 [tar: Missing links to 'file1'. ]) +m4_popdef([create_files]) AT_CLEANUP