]> git.cworth.org Git - tar/blobdiff - tests/same-order02.at
Imported Upstream version 1.24
[tar] / tests / same-order02.at
index e3f7b346dcfc0d78d26b77a3ca5cf7216b9fd4b1..7beecc3b8bcc424e0c6918484cb3eea502f00cda 100644 (file)
@@ -19,7 +19,7 @@
 # 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([multiple -C options])
@@ -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