]> Dogcows Code - chaz/tar/blobdiff - tests/link03.at
Update copyright years.
[chaz/tar] / tests / link03.at
index c4a0331845b5ec956acbf809ea99b945098aa084..ca85201b3695fa134ad26644534b5b84cf344f43 100644 (file)
@@ -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
This page took 0.018708 seconds and 4 git commands to generate.