X-Git-Url: https://git.cworth.org/git?p=tar;a=blobdiff_plain;f=tests%2Fxform-h.at;fp=tests%2Fxform-h.at;h=d51a0a60604abe476411f46a5e3584c0d214ac7b;hp=28de384f3eacdaf11df4db94214c63fd672b582a;hb=ee168310ec4227174ace489bf5f81f8c2f91cde0;hpb=22f1eb8bc17e5be72dd23d42d6aaa60196ac22e6 diff --git a/tests/xform-h.at b/tests/xform-h.at index 28de384..d51a0a6 100644 --- a/tests/xform-h.at +++ b/tests/xform-h.at @@ -1,7 +1,7 @@ # Process this file with autom4te to create testsuite. -*- Autotest -*- # Test suite for GNU tar. -# Copyright (C) 2009 Free Software Foundation, Inc. +# Copyright (C) 2009, 2010 Free Software Foundation, Inc. # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -30,7 +30,7 @@ AT_SETUP([transforming hard links on create]) AT_KEYWORDS([transform xform xform-h]) -m4_define([xform],[ +m4_pushdef([xformtest],[ echo "$1" tar cf archive --transform="s,^basedir/,,$2" basedir/test basedir/test_link tar tvf archive | sed -n 's/.*test_link link to //p' @@ -41,9 +41,9 @@ mkdir basedir echo "hello" > basedir/test ln basedir/test basedir/test_link -xform(Default transform scope) -xform(Transforming hard links,h) -xform(Not transforming hard links,H) +xformtest(Default transform scope) +xformtest(Transforming hard links,h) +xformtest(Not transforming hard links,H) ], [0], [Default transform scope @@ -54,6 +54,8 @@ Not transforming hard links basedir/test ]) +m4_popdef([xformtest]) + AT_CLEANUP # End of xform-h.at \ No newline at end of file