trace2: correct trace2 field name documentation
[gitweb.git] / t / t5510-fetch.sh
index 5e810f494e69625cc365955143a08567b8f783a9..e98d90dd9baf644bf2013aea51a91eab4e9ef73c 100755 (executable)
@@ -648,7 +648,7 @@ test_configured_prune_type () {
                        git rev-parse --verify refs/tags/newtag
                ) &&
 
-               # now remove it
+               # now remove them
                git branch -d newbranch &&
                git tag -d newtag &&
 
@@ -978,6 +978,4 @@ test_expect_success '--negotiation-tip limits "have" lines sent with HTTP protoc
        check_negotiation_tip
 '
 
-stop_httpd
-
 test_done