From 13b5481ed8309ced4b6435bf3956713651ea31d1 Mon Sep 17 00:00:00 2001 From: Mike Hommey Date: Mon, 7 Jul 2008 21:02:37 +0200 Subject: Fix http-push test http-push test has been broken by 4a7aaccd adding a space character in the place where the test is being run. Signed-off-by: Mike Hommey Signed-off-by: Junio C Hamano --- t/t5540-http-push.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 't/t5540-http-push.sh') diff --git a/t/t5540-http-push.sh b/t/t5540-http-push.sh index 0e70355c4c..ee63945c99 100755 --- a/t/t5540-http-push.sh +++ b/t/t5540-http-push.sh @@ -36,7 +36,7 @@ test_expect_success 'setup remote repository' ' git --bare update-server-info && chmod +x hooks/post-update && cd - && - mv test_repo.git $HTTPD_DOCUMENT_ROOT_PATH + mv test_repo.git "$HTTPD_DOCUMENT_ROOT_PATH" ' test_expect_success 'clone remote repository' ' -- cgit v1.2.3