Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
prepare_packed_git(): refactor garbage reporting in pack directory
[gitweb.git]
/
t
/
t6301-for-each-ref-errors.sh
diff --git
a/t/t6301-for-each-ref-errors.sh
b/t/t6301-for-each-ref-errors.sh
index 72d2397e1219a704a599cd860cd60f09c75db568..cdb67a03b712cbd2cf187e91f7d69a3f717847bf 100755
(executable)
--- a/
t/t6301-for-each-ref-errors.sh
+++ b/
t/t6301-for-each-ref-errors.sh
@@
-24,7
+24,7
@@
test_expect_success 'Broken refs are reported correctly' '
test_cmp broken-err err
'
-test_expect_
failure
'NULL_SHA1 refs are reported correctly' '
+test_expect_
success
'NULL_SHA1 refs are reported correctly' '
r=refs/heads/zeros &&
echo $ZEROS >.git/$r &&
test_when_finished "rm -f .git/$r" &&