diff options
Diffstat (limited to 't/chainlint/cuddled.expect')
| -rw-r--r-- | t/chainlint/cuddled.expect | 12 |
1 files changed, 4 insertions, 8 deletions
diff --git a/t/chainlint/cuddled.expect b/t/chainlint/cuddled.expect index 773476adc8..c3e0be4047 100644 --- a/t/chainlint/cuddled.expect +++ b/t/chainlint/cuddled.expect @@ -1,10 +1,8 @@ -( -cd foo && +(cd foo && bar ) && -( -cd foo ?!AMP?! +(cd foo ?!AMP?! bar ) && @@ -12,10 +10,8 @@ cd foo ?!AMP?! cd foo && bar) && -( -cd foo && +(cd foo && bar) && -( -cd foo ?!AMP?! +(cd foo ?!AMP?! bar) |
