Skip to content

Commit 2e0a48e

Browse files
committed
t/40-commit: set -o pipefail, as well as -e
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.
1 parent dc0f255 commit 2e0a48e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

t/40-commit.t

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env bash
22
. t/test-lib.sh
3-
set -e
3+
set -e -o 'pipefail'
44

55
echo "1..9"
66

0 commit comments

Comments
 (0)