Fourth batch
[gitweb.git] / t / t5540-http-push-webdav.sh
index 8d7b3c57e31dd3bc76df3124c31351862e9fb811..a094fd5e71334bd16ac890234962485a7f9b7d24 100755 (executable)
@@ -169,13 +169,11 @@ test_expect_failure 'push to password-protected repository (no user in URL)' '
        test_commit pw-nouser &&
        set_askpass user@host pass@host &&
        git push "$HTTPD_URL/auth/dumb/test_repo.git" HEAD &&
-       expect_askpass both user@host
+       expect_askpass both user@host &&
        git rev-parse --verify HEAD >expect &&
        git --git-dir="$HTTPD_DOCUMENT_ROOT_PATH/auth/dumb/test_repo.git" \
                rev-parse --verify HEAD >actual &&
        test_cmp expect actual
 '
 
-stop_httpd
-
 test_done