Do not use 'k' modifier in dd options.

This commit is contained in:
Sergey Poznyakoff
2006-11-13 10:41:34 +00:00
parent 304d8b9f0c
commit 574022ab78

View 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