]> git.ipfire.org Git - thirdparty/git.git/blobdiff - t/t0410-partial-clone.sh
promisor-remote: lazy-fetch objects in subprocess
[thirdparty/git.git] / t / t0410-partial-clone.sh
index a5ebdf9ff3cd79091de98c8aca7b27bfcda94c2c..d681e90640398cc7abcd7a403a547cb61511b022 100755 (executable)
@@ -214,7 +214,7 @@ test_expect_success 'fetching of missing objects works with ref-in-want enabled'
        rm -rf repo/.git/objects/* &&
        rm -f trace &&
        GIT_TRACE_PACKET="$(pwd)/trace" git -C repo cat-file -p "$HASH" &&
-       grep "git< fetch=.*ref-in-want" trace
+       grep "fetch< fetch=.*ref-in-want" trace
 '
 
 test_expect_success 'fetching of missing objects from another promisor remote' '