branch | stable |
changeset 9897 | 97eda2133a9b |
parent 9896 | 2c2f7593ffc4 |
child 9900 | 8939900073a8 |
--- a/tests/test-inotify Tue Nov 17 15:00:00 2009 +0900 +++ b/tests/test-inotify Tue Nov 17 15:36:09 2009 +0900 @@ -20,7 +20,11 @@ cd repo2 echo b >> a # check that daemon started automatically works correctly -hg status +# and make sure that inotify.pidfile works +hg --config "inotify.pidfile=../hg2.pid" status + +# make sure that pidfile worked. Output should be silent. +kill `cat ../hg2.pid` cd ../repo1 echo % inserve