Documentation: clarify effects of -- <path> arguments
[gitweb.git] / t / t6040-tracking-info.sh
index 10bf3dee3f538b72f4f98d59f180a771b728b996..a9b0ac1efc0eac3f50bd9fe26e5900307eddaba2 100755 (executable)
@@ -48,7 +48,7 @@ test_expect_success 'branch -v' '
                git branch -v
        ) |
        sed -n -e "$script" >actual &&
-       test_cmp expect actual
+       test_i18ncmp expect actual
 '
 
 test_expect_success 'checkout' '
@@ -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
 '