]> Dogcows Code - chaz/tar/blobdiff - tests/append01.at
Update copyright years.
[chaz/tar] / tests / append01.at
index 04b79b2963e14c86ff5b13afec415230e8124175..c89979057e69a2b674872520e4caa52a430daa88 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,7 +29,7 @@
 AT_SETUP([appending files with long names])
 AT_KEYWORDS([append append01])
 
-m4_define([PREFIX],[This_is_a_very_long_file_name_prefix_that_is_designed_to_cause_problems_with_appending_long_file_names_that_run_into_a_limit_of_the_ustar_tarX])
+m4_pushdef([PREFIX],[This_is_a_very_long_file_name_prefix_that_is_designed_to_cause_problems_with_appending_long_file_names_that_run_into_a_limit_of_the_ustar_tarX])
 
 AT_TAR_CHECK([
 mkdir PREFIX
@@ -44,4 +44,5 @@ PREFIX/file2
 ],
 [],[],[],[oldgnu, ustar, posix, gnu])
 
+m4_popdef([PREFIX])
 AT_CLEANUP
This page took 0.021526 seconds and 4 git commands to generate.