tests: avoid non portable sed use of \t
authorPádraig Brady <P@draigBrady.com>
Thu, 14 Feb 2013 04:27:34 +0000 (04:27 +0000)
committerPádraig Brady <P@draigBrady.com>
Thu, 14 Feb 2013 14:49:31 +0000 (14:49 +0000)
commit4f03385e9b96e163bed1fbbb8d63aeeb5fac4e90
treed3fb721a2ace405b8451d7d87946839c0c72a49a
parent302564444383169087fbbec36983789abbac9aa5
tests: avoid non portable sed use of \t

* tests/du/threshold.sh: use `cut` rather than
sed to avoid using the non portable \t which
fails on sed on openbsd 5 at least.
Also remove a redundant call to `tr` and avoid
explicit setting of LANG=C which is done globally.
tests/du/threshold.sh