]> git.ipfire.org Git - thirdparty/git.git/blobdiff - t/lib-git-svn.sh
tests: use 'test_atexit' to stop httpd
[thirdparty/git.git] / t / lib-git-svn.sh
index f3b478c307c99397fb180fb3d5688e1d6f257904..c1271d686372dfd46d640a84ebec3971933ed4f2 100644 (file)
@@ -76,11 +76,6 @@ maybe_start_httpd () {
                LIB_HTTPD_SVN="$loc"
                start_httpd
                ;;
-       *)
-               stop_httpd () {
-                       : noop
-               }
-               ;;
        esac
 }