]> Dogcows Code - chaz/tar/blobdiff - tests/rename05.at
tests: port to NFS file servers with clock skew
[chaz/tar] / tests / rename05.at
index 26d92024bae1ac3c52631c514a5aba12151fefb9..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],
This page took 0.0197 seconds and 4 git commands to generate.