]> git.cworth.org Git - tar/blobdiff - tests/rename05.at
Merge branch 'upstream' into dfsg-orig
[tar] / tests / rename05.at
index 3ad93a67f135c691deff5a0650112bc969cb254b..54a9067a14459d7287225ff61854856bb217a5ce 100644 (file)
@@ -46,11 +46,11 @@ tar -cf archive.2 -g db.2 dir
 mv dir orig
 
 decho First restore
-tar -xf archive.1 -g db.1
+tar -xf archive.1 -g db.1 --warning=no-timestamp
 find directory | sort
 
 decho Second restore
-tar -xf archive.2 -g db.2
+tar -xf archive.2 -g db.2 --warning=no-timestamp
 find dir | sort
 ],
 [0],
@@ -77,5 +77,3 @@ Second restore
 AT_CLEANUP
 
 # End of rename05.at
-
-