Merge branch 'nd/submodule-helper-incomplete-line-fix'
[gitweb.git] / t / t5601-clone.sh
index a454b143ea820392a8d41712d587cb144fc9a3df..de9d99cf88a5b72a3aa6e190124dff36e67818b6 100755 (executable)
@@ -611,10 +611,6 @@ test_expect_success 'GIT_TRACE_PACKFILE produces a usable pack' '
        git -C replay.git index-pack -v --stdin <tmp.pack
 '
 
-hex2oct () {
-       perl -ne 'printf "\\%03o", hex for /../g'
-}
-
 test_expect_success 'clone on case-insensitive fs' '
        git init icasefs &&
        (
@@ -733,6 +729,4 @@ test_expect_success 'partial clone using HTTP' '
        partial_clone "$HTTPD_DOCUMENT_ROOT_PATH/server" "$HTTPD_URL/smart/server"
 '
 
-stop_httpd
-
 test_done