Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 't/chainlint/cuddled.expect')
-rw-r--r--t/chainlint/cuddled.expect4
1 files changed, 2 insertions, 2 deletions
diff --git a/t/chainlint/cuddled.expect b/t/chainlint/cuddled.expect
index b506d46221..b6c4ed90a9 100644
--- a/t/chainlint/cuddled.expect
+++ b/t/chainlint/cuddled.expect
@@ -4,7 +4,7 @@ cd foo &&
>) &&
(
-?!AMP?!cd foo
+cd foo ?!AMP?!
bar
>) &&
@@ -17,5 +17,5 @@ cd foo &&
> bar) &&
(
-?!AMP?!cd foo
+cd foo ?!AMP?!
> bar)