diff options
Diffstat (limited to '')
-rw-r--r-- | t/chainlint/command-substitution-subsubshell.expect | 2 |
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 0000000..ab2f79e --- /dev/null +++ b/t/chainlint/command-substitution-subsubshell.expect @@ -0,0 +1,2 @@ +OUT=$(( ( large_git 1 >& 3 ) | : ) 3 >& 1) && +test_match_signal 13 "$OUT" |