]> Dogcows Code - chaz/tar/blobdiff - tests/update.at
* tests/truncate.at: Use -H pax to preserve full time stamp resolution.
[chaz/tar] / tests / update.at
index 5c2f748a0db5445685de2b89fe19f038abb15ddf..d7f4fbedbee0dffcddc802db7425b4b916572309 100644 (file)
@@ -32,7 +32,7 @@ mkdir directory
 genfile --length 10240 --pattern zeros --file directory/file1
 genfile --length 10240 --pattern default --file directory/file2
 
-tar cf archive directory || exit 1
+tar -H pax -cf archive directory || exit 1
 echo separator
 tar uf archive directory || exit 1
 echo separator
@@ -47,4 +47,3 @@ directory/file2
 ])
 
 AT_CLEANUP
-
This page took 0.020153 seconds and 4 git commands to generate.