aboutsummaryrefslogtreecommitdiffstats
path: root/t/chainlint/nested-subshell.expect
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2023-12-27 14:52:25 -0800
committerJunio C Hamano <gitster@pobox.com>2023-12-27 14:52:25 -0800
commitf6a129ceaf0b9a1e294fcb5abdaad3885b3a391d (patch)
treee60e993371e9fae3de9e41860d40cc60a1d25486 /t/chainlint/nested-subshell.expect
parentMerge branch 'rs/show-ref-incompatible-options' (diff)
parenttests: adjust whitespace in chainlint expectations (diff)
downloadgit-f6a129ceaf0b9a1e294fcb5abdaad3885b3a391d.tar.gz
git-f6a129ceaf0b9a1e294fcb5abdaad3885b3a391d.zip
Merge branch 'ps/chainlint-self-check-update'
Test framework update. * ps/chainlint-self-check-update: tests: adjust whitespace in chainlint expectations
Diffstat (limited to 't/chainlint/nested-subshell.expect')
-rw-r--r--t/chainlint/nested-subshell.expect1
1 files changed, 1 insertions, 0 deletions
diff --git a/t/chainlint/nested-subshell.expect b/t/chainlint/nested-subshell.expect
index 02e0a9f1bb..73ff28546a 100644
--- a/t/chainlint/nested-subshell.expect
+++ b/t/chainlint/nested-subshell.expect
@@ -4,6 +4,7 @@
echo a &&
echo b
) >file &&
+
cd foo &&
(
echo a ?!AMP?!