tests/test-inotify-dirty-dirstate
branchstable
changeset 9897 97eda2133a9b
parent 9859 951ec6c7d703
--- a/tests/test-inotify-dirty-dirstate	Tue Nov 17 15:00:00 2009 +0900
+++ b/tests/test-inotify-dirty-dirstate	Tue Nov 17 15:36:09 2009 +0900
@@ -20,10 +20,10 @@
 
 cd ..
 
-hg --config "extensions.inotify=!" clone test test2
+hg --config "inotify.pidfile=../hg2.pid" clone test test2
+cat ../hg2.pid >> "$DAEMON_PIDS"
+
 cd test2
-hg inserve -d --pid-file=../hg2.pid
-cat ../hg2.pid >> "$DAEMON_PIDS"
 echo bar > bar
 hg add
 hg ci -m bar