Sync with maint
[gitweb.git] / t / t5400-send-pack.sh
index 250c720c14602bdf21e6a7200437b13fe6feaca3..78ab17793894ed902468e1f7af5841b67eeef2ff 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
 '