Code

Merge branch 'zj/test-cred-helper-nicer-prove'
[git.git] / t / t1050-large.sh
index f662fefa6740ccea0d2a60621c43f1cc7262dfc3..4d127f19b78cc76018e316532c905137e9c7ab08 100755 (executable)
@@ -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
 '