]> Dogcows Code - chaz/tar/blobdiff - tests/extrac08.at
tests: avoid spurious failure when VERSION_CONTROL envvar is set
[chaz/tar] / tests / extrac08.at
index 2bcd10cf9542f8d7a26664063d076d3d1889a8e0..432aa0b8e4c62f0708d943ac29a089169db3093c 100644 (file)
@@ -34,12 +34,13 @@ AT_SETUP([restoring mode on existing directory])
 AT_KEYWORDS([extract extrac08])
 
 AT_TAR_CHECK([
+umask 000
 mkdir dir
 chmod 755 dir
 echo bla > dir/file
 tar cf test.tar dir
 chmod 700 dir
-tar xfv test.tar
+tar xfv test.tar --warning=no-timestamp
 genfile --stat=mode.777 dir
 ],
 [0],
@@ -48,4 +49,4 @@ dir/file
 755
 ])
 
-AT_CLEANUP
\ No newline at end of file
+AT_CLEANUP
This page took 0.020583 seconds and 4 git commands to generate.