X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Ftar;a=blobdiff_plain;f=tests%2Fremfiles09a.at;fp=tests%2Fremfiles08.at;h=fd28b4f138b69ec42f7356abf3c96da9b2f4cb53;hp=0649e85c7785b557b3d9fc7113a865b6e41d602c;hb=3125d311e17c91da85de3bca326cf485523d78a0;hpb=74ce228f6df956e6b7be9fd4f993bada4b7ea645 diff --git a/tests/remfiles08.at b/tests/remfiles09a.at similarity index 66% rename from tests/remfiles08.at rename to tests/remfiles09a.at index 0649e85..fd28b4f 100644 --- a/tests/remfiles08.at +++ b/tests/remfiles09a.at @@ -15,29 +15,28 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see . -# Description: See remfiles06.at -# Reported by: Nathan Stratton Treadway -# References: <20130926050634.GW32256@shire.ontko.com> +# Description: check --remove-files operation when archiving/deleting +# directory trees. +# +# This case checks the operation +# in --create/non-incremental mode. +# -AT_SETUP([remove with -C to absolute and relative paths]) -AT_KEYWORDS([incremental create remove-files remfiles08]) +AT_SETUP([remove-files on full directory in -c/non-incr. mode]) +AT_KEYWORDS([create remove-files remfiles09 remfiles09a]) AT_TAR_CHECK([ mkdir foo -mkdir bar -echo foo/foo_file > foo/foo_file -echo bar/bar_file > bar/bar_file +echo foo/file > foo/file decho A -tar -cvf foo.tar --remove-files -C `pwd`/foo . -C ../bar . +tar -cvf foo.tar --remove-files foo decho B -find +find . ], [0], [A -./ -./foo_file -./ -./bar_file +foo/ +foo/file B . ./foo.tar