]> Dogcows Code - chaz/tar/blobdiff - tests/rename03.at
tests: port to NFS file servers with clock skew
[chaz/tar] / tests / rename03.at
index 6dec2e2d27396a705c8c7c702faf54dd3313fc6d..d6d9a27398db01fe8a52172890ef601a400ba8a4 100644 (file)
@@ -58,13 +58,13 @@ echo "Second dump" >&2
 tar -g incr -cf arch.2 -v foo 2>tmperr
 sort tmperr >&2
 
-tar xfg arch.1 /dev/null
+tar xfg arch.1 /dev/null --warning=no-timestamp
 
 echo "Begin directory listing 1"
 find foo | sort
 echo "End directory listing 1"
 
-tar xfgv arch.2 /dev/null
+tar xfgv arch.2 /dev/null --warning=no-timestamp
 echo Begin directory listing 2
 find foo | sort
 echo End directory listing 2
This page took 0.021312 seconds and 4 git commands to generate.