]> Dogcows Code - chaz/tar/blobdiff - tests/long01.at
Update copyright years.
[chaz/tar] / tests / long01.at
index b4b660585414a2728cfe3a73c4d70b01ce991b6f..42d65b7eb6c48847aa450478a055e4150e412e78 100644 (file)
@@ -1,7 +1,7 @@
 # Process this file with autom4te to create testsuite. -*- Autotest -*-
 
 # Test suite for GNU tar.
-# Copyright 2005-2007, 2013 Free Software Foundation, Inc.
+# Copyright 2005-2007, 2013-2014 Free Software Foundation, Inc.
 
 # This file is part of GNU tar.
 
@@ -29,8 +29,8 @@ AT_SETUP([long file names divisible by block size])
 AT_KEYWORDS([longname long512])
 
 dnl Create a directory structure with maximum directory name length 512-16
-m4_define([NAME],[0123456789abcde])
-m4_define([FULLNAME],NAME)
+m4_pushdef([NAME],[0123456789abcde])
+m4_pushdef([FULLNAME],NAME)
 m4_for([N],0,29,,[m4_define([FULLNAME],FULLNAME/NAME)])
 
 AT_TAR_CHECK([
@@ -45,4 +45,6 @@ endfile
 ],
 [],[],[],[gnu,oldgnu])
 
+m4_popdef([NAME])
+m4_popdef([FULLNAME])
 AT_CLEANUP
This page took 0.017124 seconds and 4 git commands to generate.