aboutsummaryrefslogtreecommitdiffstats
path: root/t/chainlint/chain-break-status.test
diff options
context:
space:
mode:
Diffstat (limited to 't/chainlint/chain-break-status.test')
-rw-r--r--t/chainlint/chain-break-status.test2
1 files changed, 2 insertions, 0 deletions
diff --git a/t/chainlint/chain-break-status.test b/t/chainlint/chain-break-status.test
index a6602a7b99..d9fee190d9 100644
--- a/t/chainlint/chain-break-status.test
+++ b/t/chainlint/chain-break-status.test
@@ -1,3 +1,4 @@
+test_expect_success 'chain-break-status' '
# LINT: broken &&-chain okay if next command handles "$?" explicitly
OUT=$( ((large_git; echo $? 1>&3) | :) 3>&1 ) &&
test_match_signal 13 "$OUT" &&
@@ -9,3 +10,4 @@ test_match_signal 13 "$OUT" &&
test "$ret" = 3
} &&
test_cmp expect actual
+'