]> arthur.barton.de Git - bup.git/commit
Explicitly use "du -k" to set block size in t/test.sh.
authorAlexander Barton <alex@barton.de>
Sat, 26 Jan 2013 18:48:47 +0000 (19:48 +0100)
committerRob Browning <rlb@defaultvalue.org>
Sun, 27 Jan 2013 17:43:31 +0000 (11:43 -0600)
commit51691034c6e0d23c557e4b57ed43e35c34a8ef5b
treecef4026a32ad3eac77d14b0e884ffb4dbd90c057
parent0c9ebc5ff598ad64f073b715daa528df8745262e
Explicitly use "du -k" to set block size in t/test.sh.

Commit e3514812 (Explicitly select the "du" block size in t/test.sh)
used the parameter "-B 1024" which isn't portable. Now use "du -k"
to explicitly get output in kilobytes.

At least du(1) on Linux (GNU coreutils), Mac OS X, FreeBSD, NetBSD,
and OpenBSD support this option.

Signed-off-by: Alexander Barton <alex@barton.de>
Reviewed-by: Rob Browning <rlb@defaultvalue.org>
t/test.sh