Code

i18n: git-gc basic messages
[git.git] / t / t6040-tracking-info.sh
index 1785e178a4cb8fddd58d1b1db8062cf12825155e..6cad64344e15b5c04ac3934d7281ed96ec59e98a 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
 '