X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=tests%2Flink03.at;h=ca85201b3695fa134ad26644534b5b84cf344f43;hb=f86e0605d0e24d2e0424579a8310f6fb81375b92;hp=c4a0331845b5ec956acbf809ea99b945098aa084;hpb=cd7bdd4076ca154575bbef85eb2157e59befcfe2;p=chaz%2Ftar 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