diff tests/test-serve.out @ 5971:6d5ecf824a65

tests for hg serve prefix option
author Michele Cella <michele.cella@gmail.com>
date Tue, 22 Jan 2008 23:06:37 +0100
parents e3a0c092b4e2
children 8e7d64989bb8
line wrap: on
line diff
--- a/tests/test-serve.out	Tue Jan 22 22:13:29 2008 +0100
+++ b/tests/test-serve.out	Tue Jan 22 23:06:37 2008 +0100
@@ -2,3 +2,15 @@
 access log created - .hg/hgrc respected
 % With -v
 listening at http://localhost/
+killed!
+% With --prefix foo
+listening at http://localhost/foo/
+killed!
+% With --prefix /foo
+listening at http://localhost/foo/
+killed!
+% With --prefix foo/
+listening at http://localhost/foo/
+killed!
+% With --prefix /foo/
+listening at http://localhost/foo/