Skip to content

Commit

Permalink
t/40-commit: set -o pipefail, as well as -e
Browse files Browse the repository at this point in the history
We don't actually need this at the moment, but best it's there
in case someone uses a pipe without thinking to add this.
  • Loading branch information
0cjs committed Mar 25, 2019
1 parent dc0f255 commit 2e0a48e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion t/40-commit.t
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env bash
. t/test-lib.sh
set -e
set -e -o 'pipefail'

echo "1..9"

Expand Down

0 comments on commit 2e0a48e

Please sign in to comment.