diff options
Diffstat (limited to 't/chainlint/nested-subshell.expect')
-rw-r--r-- | t/chainlint/nested-subshell.expect | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/t/chainlint/nested-subshell.expect b/t/chainlint/nested-subshell.expect index c8165ad19e..41a48adaa2 100644 --- a/t/chainlint/nested-subshell.expect +++ b/t/chainlint/nested-subshell.expect @@ -3,10 +3,10 @@ ( echo a && echo b ->> ) >file && + ) >file && cd foo && ( echo a echo b ->> ) >file ->) + ) >file +) |