X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=tests%2Fincr09.at;h=e91fb5a17a515257f3f0068d6d2209a53d37248c;hb=3125d311e17c91da85de3bca326cf485523d78a0;hp=b6130a61f91ae5296f27d8d8f4ef008289e9b419;hpb=d28eee6b4f16d0fb847ee57771a42062259405b8;p=chaz%2Ftar diff --git a/tests/incr09.at b/tests/incr09.at index b6130a6..e91fb5a 100644 --- a/tests/incr09.at +++ b/tests/incr09.at @@ -15,6 +15,14 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see . +# Description: For some intermediate versions of tar 1.26.90, +# tar would fail to correctly cannonicalize archive member names +# in incremental mode if there was a -C options with an absolute path +# on the command line without any archive members specified within that +# directory. (In that case, the canonical name generated for +# members specified after later -C options wouldn't correctly reflect the +# previous absolute path.) + AT_SETUP([incremental with alternating -C]) AT_KEYWORDS([incremental create incr09])