Show More
@@ -172,4 +172,11 b' unix domain socket is reached through a ' | |||||
172 | $ hg --config inotify.pidfile=hg3.pid clone -q ../../repo1 |
|
172 | $ hg --config inotify.pidfile=hg3.pid clone -q ../../repo1 | |
173 | $ readlink repo1/.hg/inotify.sock |
|
173 | $ readlink repo1/.hg/inotify.sock | |
174 | */inotify.sock (glob) |
|
174 | */inotify.sock (glob) | |
|
175 | ||||
|
176 | Trying to start the server a second time should fail as usual. | |||
|
177 | ||||
|
178 | $ hg --cwd repo1 inserve | |||
|
179 | abort: inotify-server: cannot start: socket is already bound | |||
|
180 | [255] | |||
|
181 | ||||
175 | $ kill `cat hg3.pid` |
|
182 | $ kill `cat hg3.pid` |
1 | NO CONTENT: file was removed |
|
NO CONTENT: file was removed |
General Comments 0
You need to be logged in to leave comments.
Login now