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 <mh@glandium.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
committed by
Junio C Hamano
parent
b5cd2d1e92
commit
13b5481ed8
@ -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' '
|
||||
|
||||
Reference in New Issue
Block a user