]> Pileus Git - ~andy/git/blobdiff - t/t5541-http-push.sh
remote-curl: ensure that URLs have a trailing slash
[~andy/git] / t / t5541-http-push.sh
index 7873d9429ab86292c03f7704b5b0d919e1a7f029..f0c50d3d774dcbd2449988c65e0813cf25366b89 100755 (executable)
@@ -38,7 +38,7 @@ cat >exp <<EOF
 GET  /smart/test_repo.git/info/refs?service=git-upload-pack HTTP/1.1 200
 POST /smart/test_repo.git/git-upload-pack HTTP/1.1 200
 EOF
-test_expect_failure 'no empty path components' '
+test_expect_success 'no empty path components' '
        # In the URL, add a trailing slash, and see if git appends yet another
        # slash.
        cd "$ROOT_PATH" &&