--- 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
--- a/tests/test-https.t Sat Feb 09 06:07:32 2013 -0600
+++ b/tests/test-https.t Sat Feb 09 05:26:16 2013 -0600
@@ -233,11 +233,13 @@
(check hostfingerprint configuration)
[255]
+
- ignores that certificate doesn't match hostname
$ hg -R copy-pull id https://127.0.0.1:$HGPORT/
5fed3813f7f5
- $ while kill `cat hg1.pid` 2>/dev/null; do sleep 0; done
+HGPORT1 is reused below for tinyproxy tests. Kill that server.
+ $ "$TESTDIR/killdaemons.py" hg1.pid
Prepare for connecting through proxy