Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Merge branch 'js/info-man-path'
[gitweb.git]
/
t
/
t3203-branch-output.sh
diff --git
a/t/t3203-branch-output.sh
b/t/t3203-branch-output.sh
index 6028748c6cecaedb087c35182de172ca0e93fe08..6b7c118e4fcbf3855318b2e9e3b721d07950fd25 100755
(executable)
--- a/
t/t3203-branch-output.sh
+++ b/
t/t3203-branch-output.sh
@@
-75,7
+75,7
@@
EOF
test_expect_success 'git branch shows detached HEAD properly' '
git checkout HEAD^0 &&
git branch >actual &&
- test_cmp expect actual
+ test_
i18n
cmp expect actual
'
test_done