Merge branch 'nd/init-gitdir'
[gitweb.git] / t / t6040-tracking-info.sh
index 10bf3dee3f538b72f4f98d59f180a771b728b996..6c3719141aa567b97de1228f53a6c49eaf139e8e 100755 (executable)
@@ -42,7 +42,7 @@ b3 behind 1
 b4 ahead 2
 EOF
 
-test_expect_success 'branch -v' '
+test_expect_success C_LOCALE_OUTPUT 'branch -v' '
        (
                cd test &&
                git branch -v
@@ -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
 '