]> Dogcows Code - chaz/tar/blobdiff - tests/rename02.at
tests: port to NFS file servers with clock skew
[chaz/tar] / tests / rename02.at
index 6cadee304e1c48d1837e144bf8e36bfd44cba21d..4c51f26984acbed5f0e63f7618b7f206743868a5 100644 (file)
@@ -46,14 +46,14 @@ tar -g incr -cf arch.2 -v foo
 
 mv foo old
 
-tar xfg arch.1 /dev/null 2>tmperr
+tar xfg arch.1 /dev/null --warning=no-timestamp 2>tmperr
 sort tmperr >&2
 
 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.022267 seconds and 4 git commands to generate.