X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Ftar;a=blobdiff_plain;f=tests%2Fappend01.at;h=9cb01e55ec2add27aebdb642e836019b8083a0f4;hp=04b79b2963e14c86ff5b13afec415230e8124175;hb=576e1fcd6a7be06f86768b6a839148feeb07ad02;hpb=3125d311e17c91da85de3bca326cf485523d78a0 diff --git a/tests/append01.at b/tests/append01.at index 04b79b2..9cb01e5 100644 --- a/tests/append01.at +++ b/tests/append01.at @@ -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