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