]> Dogcows Code - chaz/tar/blobdiff - tests/truncate.at
Do not use 'k' modifier in dd options.
[chaz/tar] / tests / truncate.at
index d3e38107ac91284de4f6dca10c256f9aefe3a803..bb4a4325823c0ab71617f4bbf5dd158b9fd674ef 100644 (file)
@@ -36,7 +36,7 @@ genfile --run 'tar -vcf bar foo baz' --checkpoint 10 --length 49995k --truncate
 echo Exit status: $?
 echo separator
 sleep 1
-dd if=/dev/zero of=foo bs=1k seek=49995 count=5 >/dev/null 2>&1
+dd if=/dev/zero of=foo bs=1024 seek=49995 count=5 >/dev/null 2>&1
 tar dvf bar],
 [1],
 [foo
This page took 0.0196 seconds and 4 git commands to generate.