tests/test-check-code-hg.t
changeset 18588 3241fc65e3cd
parent 18576 97761496c65a
child 18589 91aac2797c40
--- a/tests/test-check-code-hg.t	Sat Feb 09 06:07:32 2013 -0600
+++ b/tests/test-check-code-hg.t	Sat Feb 09 05:26:16 2013 -0600
@@ -14,9 +14,6 @@
    >   $ while kill `cat hg.pid` 2>/dev/null; do sleep 0; done
    don't use kill, use killdaemons.py
    don't use kill, use killdaemons.py
-  tests/test-https.t:0:
-   >   $ while kill `cat hg1.pid` 2>/dev/null; do sleep 0; done
-   don't use kill, use killdaemons.py
   tests/test-inotify-debuginotify.t:0:
    >   $ kill `cat hg.pid`
    don't use kill, use killdaemons.py