summaryrefslogtreecommitdiff
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.expect2
1 files changed, 2 insertions, 0 deletions
diff --git a/t/chainlint/command-substitution-subsubshell.expect b/t/chainlint/command-substitution-subsubshell.expect
new file mode 100644
index 0000000000..f2a9312dc8
--- /dev/null
+++ b/t/chainlint/command-substitution-subsubshell.expect
@@ -0,0 +1,2 @@
+2 OUT=$( ((large_git 1>&3) | :) 3>&1 ) &&
+3 test_match_signal 13 "$OUT"