]> Dogcows Code - chaz/tar/blobdiff - tests/truncate.at
* tests/truncate.at: Use -H pax to preserve full time stamp resolution.
[chaz/tar] / tests / truncate.at
index 0904b03b26b3f35b9684da60d824a3c37d22701d..f5fc4bad3745bd88deddd21151458a43e9656811 100644 (file)
@@ -31,7 +31,7 @@ AT_KEYWORDS([truncated files])
 AT_TAR_CHECK([
 genfile --file foo --length 50000k
 genfile --file baz
-genfile --run 'tar -vcf bar foo baz' --checkpoint 10 --length 49995k --truncate foo
+genfile --run 'tar -H pax -vcf bar foo baz' --checkpoint 10 --length 49995k --truncate foo
 echo separator
 sleep 1
 dd if=/dev/zero of=foo bs=1k seek=49995 count=5 >/dev/null 2>&1
@@ -49,5 +49,3 @@ tar: Error exit delayed from previous errors
 ])
 
 AT_CLEANUP
-
-
This page took 0.019933 seconds and 4 git commands to generate.