summaryrefslogtreecommitdiff
path: root/t/chainlint/nested-subshell.expect
diff options
context:
space:
mode:
Diffstat (limited to 't/chainlint/nested-subshell.expect')
-rw-r--r--t/chainlint/nested-subshell.expect9
1 files changed, 5 insertions, 4 deletions
diff --git a/t/chainlint/nested-subshell.expect b/t/chainlint/nested-subshell.expect
index c8165ad..73ff285 100644
--- a/t/chainlint/nested-subshell.expect
+++ b/t/chainlint/nested-subshell.expect
@@ -3,10 +3,11 @@
(
echo a &&
echo b
->> ) >file &&
+ ) >file &&
+
cd foo &&
(
- echo a
+ echo a ?!AMP?!
echo b
->> ) >file
->)
+ ) >file
+)