Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
do_for_each_reflog(): return early on error
[gitweb.git]
/
t
/
t2020-checkout-detach.sh
diff --git
a/t/t2020-checkout-detach.sh
b/t/t2020-checkout-detach.sh
index 068fba4c8e8706aa615d0401da1da47901113156..b37ce25c42cd2fb0e2868c19f66902b319526de2 100755
(executable)
--- a/
t/t2020-checkout-detach.sh
+++ b/
t/t2020-checkout-detach.sh
@@
-148,7
+148,7
@@
test_expect_success 'tracking count is accurate after orphan check' '
git config branch.child.merge refs/heads/master &&
git checkout child^ &&
git checkout child >stdout &&
- test_cmp expect stdout
+ test_
i18n
cmp expect stdout
'
test_done