Merge branch 'mg/doc-bisect-tweak-worktree' into maint
[gitweb.git] / t / t6040-tracking-info.sh
index 10bf3dee3f538b72f4f98d59f180a771b728b996..cb851326425be7a552a0624a5d7483244625a7ed 100755 (executable)
@@ -60,7 +60,7 @@ test_expect_success 'checkout' '
 
 test_expect_success 'checkout with local tracked branch' '
        git checkout master &&
-       git checkout follower >actual
+       git checkout follower >actual &&
        grep "is ahead of" actual
 '