diff tests/test-https.t @ 15446:c5c9ca3719f9

tests: use 'hghave serve' to guard tests that requires serve daemon management
author Mads Kiilerich <mads@kiilerich.com>
date Mon, 07 Nov 2011 03:24:53 +0100
parents c4de16642861
children dbdb8aa70503
line wrap: on
line diff
--- a/tests/test-https.t	Mon Nov 07 03:14:55 2011 +0100
+++ b/tests/test-https.t	Mon Nov 07 03:24:53 2011 +0100
@@ -1,6 +1,6 @@
 Proper https client requires the built-in ssl from Python 2.6.
 
-  $ "$TESTDIR/hghave" ssl || exit 80
+  $ "$TESTDIR/hghave" serve ssl || exit 80
 
 Certificates created with:
  printf '.\n.\n.\n.\n.\nlocalhost\nhg@localhost\n' | \