diff tests/test-inotify-issue1371.t @ 17345:4f8054d3171b

check-code: fix check for trailing whitespace on sh command lines The $ has been without necessary escaping since introduced in c7d23b4ca4ba.
author Mads Kiilerich <mads@kiilerich.com>
date Wed, 08 Aug 2012 18:10:16 +0200
parents 9965b90c7ed7
children adeb9dad3df6
line wrap: on
line diff
--- a/tests/test-inotify-issue1371.t	Wed Aug 08 21:38:53 2012 +0200
+++ b/tests/test-inotify-issue1371.t	Wed Aug 08 18:10:16 2012 +0200
@@ -1,6 +1,6 @@
 
   $ "$TESTDIR/hghave" inotify || exit 80
-  $ hg init 
+  $ hg init
   $ touch a b c d e f
   $ echo "[extensions]" >> $HGRCPATH
   $ echo "inotify=" >> $HGRCPATH
@@ -41,4 +41,4 @@
 
 Are we able to kill the service? if not, the service died on some error
 
-  $ kill `cat hg.pid` 
+  $ kill `cat hg.pid`