]> git.ipfire.org Git - thirdparty/git.git/blobdiff - t/chainlint/semicolon.expect
Merge branch 'en/fetch-negotiation-default-fix'
[thirdparty/git.git] / t / chainlint / semicolon.expect
index 54a08ce582f1a2391c813edbcdc4e8e7f580011f..ed0b3707ae90139de0aec8e4ccd8d08301cff1dc 100644 (file)
@@ -1,20 +1,19 @@
 (
        cat foo ; ?!AMP?! echo bar ?!AMP?!
        cat foo ; ?!AMP?! echo bar
->) &&
+) &&
 (
        cat foo ; ?!AMP?! echo bar &&
        cat foo ; ?!AMP?! echo bar
->) &&
+) &&
 (
        echo "foo; bar" &&
        cat foo; ?!AMP?! echo bar
->) &&
+) &&
 (
        foo;
->) &&
-(
-cd foo &&
+) &&
+(cd foo &&
        for i in a b c; do
                echo;
->      done)
+       done)