aboutsummaryrefslogtreecommitdiffstats
path: root/t/chainlint/command-substitution-subsubshell.expect
diff options
context:
space:
mode:
Diffstat (limited to 't/chainlint/command-substitution-subsubshell.expect')
-rw-r--r--t/chainlint/command-substitution-subsubshell.expect4
1 files changed, 2 insertions, 2 deletions
diff --git a/t/chainlint/command-substitution-subsubshell.expect b/t/chainlint/command-substitution-subsubshell.expect
index ec42f2c30c..f2a9312dc8 100644
--- a/t/chainlint/command-substitution-subsubshell.expect
+++ b/t/chainlint/command-substitution-subsubshell.expect
@@ -1,2 +1,2 @@
-OUT=$( ((large_git 1>&3) | :) 3>&1 ) &&
-test_match_signal 13 "$OUT"
+2 OUT=$( ((large_git 1>&3) | :) 3>&1 ) &&
+3 test_match_signal 13 "$OUT"