From: Sergey Poznyakoff Date: Mon, 13 Nov 2006 10:41:34 +0000 (+0000) Subject: Do not use 'k' modifier in dd options. X-Git-Url: https://git.brokenzipper.com/gitweb?a=commitdiff_plain;ds=sidebyside;h=574022ab78759bf2870ff68adf459e64562001c6;p=chaz%2Ftar Do not use 'k' modifier in dd options. --- diff --git a/tests/truncate.at b/tests/truncate.at index d3e3810..bb4a432 100644 --- a/tests/truncate.at +++ b/tests/truncate.at @@ -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