]> arthur.barton.de Git - bup.git/commit - t/test.sh
Add "set -eo pipefail" to "exclude" and "exclude-from" tests.
authorRob Browning <rlb@defaultvalue.org>
Sun, 17 Mar 2013 17:23:32 +0000 (12:23 -0500)
committerRob Browning <rlb@defaultvalue.org>
Sun, 17 Mar 2013 17:31:54 +0000 (12:31 -0500)
commit2d3775965525d45075ec4cf95267e3df273f581b
treebeb7fa9d495ee6381737078e0c7276028ece5246
parentaed276017382ab24df7804d9f0322888d9f23787
Add "set -eo pipefail" to "exclude" and "exclude-from" tests.

Don't allow non-tests to silently fail (i.e. mkdir, touch, echo, rm,
etc.).  Eventually all test code should have similar behavior.

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