diff --git a/tests/test-inotify-dirty-dirstate b/tests/test-inotify-dirty-dirstate --- a/tests/test-inotify-dirty-dirstate +++ b/tests/test-inotify-dirty-dirstate @@ -11,6 +11,8 @@ echo "fetch=" >> $HGRCPATH echo % issue1810: inotify and fetch mkdir test; cd test hg init +hg inserve -d --pid-file=../hg.pid +cat ../hg.pid >> "$DAEMON_PIDS" echo foo > foo hg add @@ -18,8 +20,10 @@ hg ci -m foo cd .. -hg clone test test2 +hg --config "extensions.inotify=!" clone test test2 cd test2 +hg inserve -d --pid-file=../hg2.pid +cat ../hg2.pid >> "$DAEMON_PIDS" echo bar > bar hg add hg ci -m bar @@ -44,8 +48,8 @@ hg init test-1719 cd test-1719 echo % inserve -hg inserve -d --pid-file=hg.pid -cat hg.pid >> "$DAEMON_PIDS" +hg inserve -d --pid-file=../hg-test-1719.pid +cat ../hg-test-1719.pid >> "$DAEMON_PIDS" echo content > file hg add file diff --git a/tests/test-inotify-dirty-dirstate.out b/tests/test-inotify-dirty-dirstate.out --- a/tests/test-inotify-dirty-dirstate.out +++ b/tests/test-inotify-dirty-dirstate.out @@ -1,18 +1,14 @@ % issue1810: inotify and fetch adding foo -updating working directory +updating to branch default 1 files updated, 0 files merged, 0 files removed, 0 files unresolved adding bar adding spam % issue1719: inotify and mq % inserve -? hg.pid popping test.patch patch queue now empty % st should not output anything -? hg.pid applying test.patch now at: test.patch % st should not output anything -? hg.pid -? hg.pid