diff options
Diffstat (limited to 't/chainlint/exit-subshell.expect')
-rw-r--r-- | t/chainlint/exit-subshell.expect | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/chainlint/exit-subshell.expect b/t/chainlint/exit-subshell.expect index bf78454f74..da80339f78 100644 --- a/t/chainlint/exit-subshell.expect +++ b/t/chainlint/exit-subshell.expect @@ -2,4 +2,4 @@ foo || exit 1 bar && baz ->) +) |