From: Sergey Poznyakoff Date: Thu, 10 Dec 2015 23:10:43 +0000 (+0200) Subject: Minor fix X-Git-Tag: release_1_29~26 X-Git-Url: https://git.gag.com/?a=commitdiff_plain;h=68dd249987343e75658aeb76416d3aa41a4dd9cb;p=debian%2Ftar Minor fix --- diff --git a/tests/T-recurse.at b/tests/T-recurse.at index 2a4359bf..b6031ca7 100644 --- a/tests/T-recurse.at +++ b/tests/T-recurse.at @@ -62,11 +62,6 @@ directory2/file AT_CLEANUP -# Tar is not yet ready to properly handle --{,no-}recursion options if those are -# set both as program arguments and from within --files-from file. The problem -# is that content of -T argument is parsed too late; solution to this would -# require additional NELT_* type implemented to allow handling of --recursion -# option similarly to how the -C option is processed now. AT_SETUP([toggle --recursion (not) from -T]) AT_KEYWORDS([recurse T-recurse T-recurse2 files-from])