diff tests/test-serve.t @ 16487:4fe874697a4d stable

tests: fix incorrect markup of continued lines of sh commands
author Mads Kiilerich <mads@kiilerich.com>
date Mon, 23 Apr 2012 01:39:26 +0200
parents f64b25f147d7
children f2719b387380
line wrap: on
line diff
--- a/tests/test-serve.t	Mon Apr 23 01:39:26 2012 +0200
+++ b/tests/test-serve.t	Mon Apr 23 01:39:26 2012 +0200
@@ -28,9 +28,9 @@
   $ hg serve -a localhost -p $HGPORT -d --pid-file=hg.pid -E errors.log
   $ cat hg.pid >> "$DAEMON_PIDS"
   $ if [ -f access.log ]; then
-  $     echo 'access log created - .hg/hgrc respected'
+  >     echo 'access log created - .hg/hgrc respected'
+  > fi
   access log created - .hg/hgrc respected
-  $ fi
 
 errors