X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=tests%2Flustar02.at;h=cf2660b14490b8b32496e014d947b88e2f14112f;hb=4eb1484dced64b74cafda40918c0d96e5084846a;hp=5ab20d62870125c399e433c5dbe59eb05223aab1;hpb=cd7bdd4076ca154575bbef85eb2157e59befcfe2;p=chaz%2Ftar diff --git a/tests/lustar02.at b/tests/lustar02.at index 5ab20d6..cf2660b 100644 --- a/tests/lustar02.at +++ b/tests/lustar02.at @@ -1,7 +1,7 @@ # Process this file with autom4te to create testsuite. -*- Autotest -*- # Test suite for GNU tar. -# Copyright 2006-2007, 2013 Free Software Foundation, Inc. +# Copyright 2006-2007, 2013-2014 Free Software Foundation, Inc. # This file is part of GNU tar. @@ -21,13 +21,13 @@ AT_SETUP([ustar: unsplittable path name]) AT_KEYWORDS([longname ustar lustar02]) -m4_define([PREFIX_155], +m4_pushdef([PREFIX_155], [this_is_a_very_long_name_for_a_file_designed_to_test_generation_of_ustar_archives_by_gnu_tar_semicolon_it_will_not_fit_the_name_field_and_cannot_be_split_be]) -m4_define([DIR_155], +m4_pushdef([DIR_155], [this_is_a_very_long_name_for_a_file_designed_to_test_generation/of_ustar_archives_by_gnu_tar_semicolon_it_will_not_fit_the_name_field_and_cannot_be_split_be]) -m4_define([NAME], [tween_name_and_prefix]) +m4_pushdef([NAME], [tween_name_and_prefix]) AT_TAR_CHECK([ AT_TAR_MKHIER(PREFIX_155,NAME) @@ -39,4 +39,8 @@ tar cf archive PREFIX_155 tar: Exiting with failure status due to previous errors ],[],[],[ustar]) +m4_popdef([NAME]) +m4_popdef([DIR_155]) +m4_popdef([PREFIX_155]) + AT_CLEANUP