--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/tests/test-serve Mon Jun 04 21:48:59 2007 +0200
@@ -0,0 +1,12 @@
+#!/bin/sh
+
+hg init test
+cd test
+
+echo % Without -v
+hg serve -a localhost -p 20063 -d --pid-file=hg.pid
+kill `cat hg.pid`
+
+echo % With -v
+hg serve -a localhost -p 20063 -d --pid-file=hg.pid -v
+kill `cat hg.pid`
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/tests/test-serve.out Mon Jun 04 21:48:59 2007 +0200
@@ -0,0 +1,3 @@
+% Without -v
+% With -v
+listening at http://localhost:20063/