X-Git-Url: https://git.cworth.org/git?p=tar;a=blobdiff_plain;f=tests%2Fsame-order02.at;fp=tests%2Fsame-order02.at;h=7beecc3b8bcc424e0c6918484cb3eea502f00cda;hp=e3f7b346dcfc0d78d26b77a3ca5cf7216b9fd4b1;hb=ee168310ec4227174ace489bf5f81f8c2f91cde0;hpb=22f1eb8bc17e5be72dd23d42d6aaa60196ac22e6 diff --git a/tests/same-order02.at b/tests/same-order02.at index e3f7b34..7beecc3 100644 --- a/tests/same-order02.at +++ b/tests/same-order02.at @@ -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