]> git.ipfire.org Git - thirdparty/git.git/blobdiff - t/t5300-pack-object.sh
Merge branch 'ea/blame-use-oideq'
[thirdparty/git.git] / t / t5300-pack-object.sh
index d553d0ca46df19e4b6bba704bc5c3f0aeee03c82..392201cabdfece945104c6cc8bde3e87f3edd99f 100755 (executable)
@@ -12,8 +12,7 @@ TRASH=$(pwd)
 
 test_expect_success \
     'setup' \
-    'test_oid_init &&
-     rm -f .git/index* &&
+    'rm -f .git/index* &&
      perl -e "print \"a\" x 4096;" > a &&
      perl -e "print \"b\" x 4096;" > b &&
      perl -e "print \"c\" x 4096;" > c &&
@@ -529,7 +528,7 @@ test_expect_success 'prefetch objects' '
        TWO=$(git -C server rev-parse three_branch^) &&
        git -C client fetch --filter=blob:none origin "$TWO" &&
        GIT_TRACE_PACKET=$(pwd)/trace git -C client push origin "$TWO":refs/heads/two_branch &&
-       grep "git> done" trace >donelines &&
+       grep "fetch> done" trace >donelines &&
        test_line_count = 1 donelines
 '