diff options
Diffstat (limited to 't/chainlint/semicolon.expect')
-rw-r--r-- | t/chainlint/semicolon.expect | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/t/chainlint/semicolon.expect b/t/chainlint/semicolon.expect index d2d804f5b0..0e6389f532 100644 --- a/t/chainlint/semicolon.expect +++ b/t/chainlint/semicolon.expect @@ -11,10 +11,10 @@ cat foo; ?!SEMI?! echo bar >) && ( - foo; ?!SEMI?! + foo; >) && ( cd foo && for i in a b c; do - echo; ?!SEMI?! + echo; > done) |