]> Dogcows Code - chaz/tar/blobdiff - tests/incr03.at
tests: port to NFS file servers with clock skew
[chaz/tar] / tests / incr03.at
index 113793ad30674bb2816e1933092c664605806b7a..287e1ee185e31276b80cf4fddd38339335f4779c 100644 (file)
@@ -50,11 +50,11 @@ echo Listing of archive.2
 tar -tf archive.2 | sort
 
 echo Directory after first restore
-tar -xf archive.1 -g db
+tar -xf archive.1 -g db --warning=no-timestamp
 find directory | sort
 
 echo Directory after second restore
-tar -xf archive.2 -g db
+tar -xf archive.2 -g db --warning=no-timestamp
 find directory | sort
 ],
 [0],
This page took 0.020184 seconds and 4 git commands to generate.