X-Git-Url: https://git.brokenzipper.com/gitweb?a=blobdiff_plain;f=tests%2Fsame-order02.at;h=7beecc3b8bcc424e0c6918484cb3eea502f00cda;hb=502abd93bd8bfba15677aceb221c4530d257bbab;hp=63d24c302d7f18f6f589fe212c463b6e75882516;hpb=c576ac13546720469c0e2fa2b545f58131f932bc;p=chaz%2Ftar diff --git a/tests/same-order02.at b/tests/same-order02.at index 63d24c3..7beecc3 100644 --- a/tests/same-order02.at +++ b/tests/same-order02.at @@ -1,11 +1,11 @@ # Process this file with autom4te to create testsuite. -*- Autotest -*- # Test suite for GNU tar. -# Copyright (C) 2004, 2006 Free Software Foundation, Inc. +# Copyright (C) 2004, 2006, 2007 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 -# the Free Software Foundation; either version 2, or (at your option) +# the Free Software Foundation; either version 3, or (at your option) # any later version. # This program is distributed in the hope that it will be useful, @@ -19,10 +19,10 @@ # 02110-1301, USA. # In previous versions a single -C option did not work with --same-order -# (see same-order01.sh). However, multiple -C options worked OK. +# (see same-order01.sh). However, multiple -C options worked OK. # Test if we did not break the correct behavior. -AT_SETUP([same-order02]) +AT_SETUP([multiple -C options]) AT_KEYWORDS([same-order same-order02]) AT_TAR_CHECK([ @@ -34,7 +34,9 @@ mkdir en mkdir to HERE=`pwd` -tar -xf archive --same-order -C $HERE/en file1 -C $HERE/to file2 || exit 1 +tar -xf archive --same-order --warning=no-timestamp \ + -C $HERE/en file1 \ + -C $HERE/to file2 || exit 1 ls en echo separator