repack: don't repack local objects in packs with .keep file
[gitweb.git] / t / t7700-repack.sh
index 7aaff0bbe02470aa12f767e1aec5fbb04b4d35a7..356afe371b3b04d12083a6d38ab74bf272862e05 100755 (executable)
@@ -4,7 +4,7 @@ test_description='git repack works correctly'
 
 . ./test-lib.sh
 
-test_expect_failure 'objects in packs marked .keep are not repacked' '
+test_expect_success 'objects in packs marked .keep are not repacked' '
        echo content1 > file1 &&
        echo content2 > file2 &&
        git add . &&