]> git.ipfire.org Git - thirdparty/git.git/blobdiff - t/t5540-http-push-webdav.sh
The seventh batch
[thirdparty/git.git] / t / t5540-http-push-webdav.sh
index b0dbacf0b9b5ee8300368c1defe54cf87ce3ee05..37db3dec0c5b3939c9cb6f2e6f6e383c80045c87 100755 (executable)
@@ -42,7 +42,9 @@ test_expect_success 'setup remote repository' '
        git clone --bare test_repo test_repo.git &&
        cd test_repo.git &&
        git --bare update-server-info &&
-       mv hooks/post-update.sample hooks/post-update &&
+       test_hook --setup post-update <<-\EOF &&
+       exec git update-server-info
+       EOF
        ORIG_HEAD=$(git rev-parse --verify HEAD) &&
        cd - &&
        mv test_repo.git "$HTTPD_DOCUMENT_ROOT_PATH"