]> arthur.barton.de Git - bup.git/commit - t/test-meta.sh
test-meta.sh: remove a bashism, and don't delete dirs on exit.
authorAvery Pennarun <apenwarr@gmail.com>
Sun, 20 Mar 2011 10:46:32 +0000 (03:46 -0700)
committerAvery Pennarun <apenwarr@gmail.com>
Sun, 20 Mar 2011 10:56:08 +0000 (03:56 -0700)
commite405af9d0b195300ae5f67c2df77d9105a076622
treec47154be52b2db00f4cb389cf1788a5977c43987
parentc574c8c12ea39a2413f88e7a51c25838230c6bd2
test-meta.sh: remove a bashism, and don't delete dirs on exit.

It's really annoying to have it wiping out directories that you want to
examine after a failed test.  And "set -o pipefail" is not available in the
version of bash on MacOS 10.4.

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