]> git.ipfire.org Git - thirdparty/git.git/blobdiff - t/t5400-send-pack.sh
Merge branch 'bw/cp-a-is-gnuism'
[thirdparty/git.git] / t / t5400-send-pack.sh
index 418f515ada50f1687a010a8f335f9363da5a0a3b..129fc88bd28e8ea85e81310aec860df808949447 100755 (executable)
@@ -174,8 +174,7 @@ test_expect_success 'receive-pack runs auto-gc in remote repo' '
            cd parent &&
            echo "Even more text" >>file.txt &&
            git commit -a -m "Third commit" &&
-           git send-pack ../child HEAD:refs/heads/test_auto_gc >output 2>&1 &&
-           grep "Auto packing the repository for optimum performance." output
+           git send-pack ../child HEAD:refs/heads/test_auto_gc
        ) &&
        test ! -e child/.git/objects/tmp_test_object
 '