]> arthur.barton.de Git - bup.git/commit
Explicitly select the "du" block size in t/test.sh.
authorRob Browning <rlb@defaultvalue.org>
Wed, 23 Jan 2013 01:19:20 +0000 (19:19 -0600)
committerRob Browning <rlb@defaultvalue.org>
Wed, 23 Jan 2013 01:19:25 +0000 (19:19 -0600)
commite35148129b969ab2cc2ad56f9d7db5539752cd09
tree2bc0c44f0df279f0ca8cba64aa74c9aa60155c70
parentc97891c7bfbee8d64da6aaa0c90f91bf459bd559
Explicitly select the "du" block size in t/test.sh.

Since du's default output can be affected by several environment
variables (DU_BLOCK_SIZE, BLOCK_SIZE and BLOCKSIZE), be explicit about
what we want via -B 1024.

Thanks to Michael Ekstrand <michael@elehack.net> for the original
report, and help with the fix.

Signed-off-by: Rob Browning <rlb@defaultvalue.org>
t/test.sh