X-Git-Url: https://git.brokenzipper.com/gitweb?a=blobdiff_plain;f=tests%2Fbackup01.at;h=239444b7c2e15e6d46ac812a7caa0597d1610c08;hb=df7b55a8f6354e30e8da62eec7f706df033d0c81;hp=538dd3d9fc8141844e6e0d36b1da353f25561c7c;hpb=755c246588092d0b281cb610a8371c2c9b32de59;p=chaz%2Ftar diff --git a/tests/backup01.at b/tests/backup01.at index 538dd3d..239444b 100644 --- a/tests/backup01.at +++ b/tests/backup01.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 @@ -34,16 +34,17 @@ AT_SETUP([extracting existing dir with --backup]) AT_KEYWORDS([extract backup backup01]) AT_TAR_CHECK([ +unset VERSION_CONTROL mkdir dir1 dir2 echo bla > dir1/file1 tar cf test.tar dir1 dir2 -tar xfv test.tar --backup +tar xfv test.tar --backup --warning=no-timestamp ], [0], [dir1/ dir1/file1 -Renaming `dir1/file1' to `dir1/file1~' +Renaming 'dir1/file1' to 'dir1/file1~' dir2/ ]) -AT_CLEANUP \ No newline at end of file +AT_CLEANUP