]> arthur.barton.de Git - bup.git/commit
Set pipefail so that "x | y || exit $?" will work properly.
authorRob Browning <rlb@defaultvalue.org>
Sat, 2 Nov 2013 17:55:49 +0000 (12:55 -0500)
committerRob Browning <rlb@defaultvalue.org>
Sun, 3 Nov 2013 18:57:56 +0000 (12:57 -0600)
commit56db423eadcf2f57ef0af2523010a1748ac4fbae
tree5a70e4885dcf6007a940107a9e799c0ee2392925
parent353475052546ff30b4d8577d47e38461b59a06e7
Set pipefail so that "x | y || exit $?" will work properly.

Set pipefail so that constructs like this will work properly:

  x | y | z || exit $?

or

  WVPASS x | WVPASS y | WVPASS z || exit $?

Signed-off-by: Rob Browning <rlb@defaultvalue.org>
cmd/import-rdiff-backup-cmd.sh
t/test-cat-file.sh
t/test-command-without-init-fails.sh
t/test-index-check-device.sh
t/test-meta.sh
t/test-redundant-saves.sh
t/test-restore-single-file.sh
t/test-rm-between-index-and-save.sh
t/test.sh