Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
i18n: make warn_dangling_symref() automatically append \n
[gitweb.git]
/
t
/
t1050-large.sh
diff --git
a/t/t1050-large.sh
b/t/t1050-large.sh
index f662fefa6740ccea0d2a60621c43f1cc7262dfc3..4d127f19b78cc76018e316532c905137e9c7ab08 100755
(executable)
--- a/
t/t1050-large.sh
+++ b/
t/t1050-large.sh
@@
-125,12
+125,12
@@
test_expect_success 'cat-file a large file from a tag' '
git cat-file blob largefiletag >/dev/null
'
-test_expect_
failure
'git-show a large file' '
+test_expect_
success
'git-show a large file' '
git show :large1 >/dev/null
'
-test_expect_
failure
'repack' '
+test_expect_
success
'repack' '
git repack -ad
'