]> Dogcows Code - chaz/tar/blobdiff - tests/link03.at
Fix namespace contamination in testsuite.
[chaz/tar] / tests / link03.at
index c4a0331845b5ec956acbf809ea99b945098aa084..0d87ccd12ce404b9e80bccd0fe2f5476b2139ed8 100644 (file)
@@ -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
This page took 0.017325 seconds and 4 git commands to generate.