]> arthur.barton.de Git - bup.git/commit - t/test.sh
t/test.sh: 'ls' on NetBSD sets -A by default as root; work around it.
authorAvery Pennarun <apenwarr@gmail.com>
Mon, 30 May 2011 00:31:43 +0000 (20:31 -0400)
committerAvery Pennarun <apenwarr@gmail.com>
Mon, 30 May 2011 00:36:27 +0000 (20:36 -0400)
commit51bd5832b391f4c128cc42a3a5970733775f1ba7
treef172900048e871031b31c9c7f20caa79f5a6861d
parentbf6e0c48f278f3ea9917a7704ef5770a84cdb1b7
t/test.sh: 'ls' on NetBSD sets -A by default as root; work around it.

We have to undo it by grepping out any dotfiles.  (Normal OSes don't
auto-set -A, but this is harmless there.)

Reported by Thomas Klausner.  Fix suggested by Gabriel Filion.

Signed-off-by: Avery Pennarun <apenwarr@gmail.com>
t/test.sh