tests/test-inotify-issue1371.t
changeset 17345 4f8054d3171b
parent 12454 9965b90c7ed7
child 17503 adeb9dad3df6
equal deleted inserted replaced
17344:539d948d8d4b 17345:4f8054d3171b
     1 
     1 
     2   $ "$TESTDIR/hghave" inotify || exit 80
     2   $ "$TESTDIR/hghave" inotify || exit 80
     3   $ hg init 
     3   $ hg init
     4   $ touch a b c d e f
     4   $ touch a b c d e f
     5   $ echo "[extensions]" >> $HGRCPATH
     5   $ echo "[extensions]" >> $HGRCPATH
     6   $ echo "inotify=" >> $HGRCPATH
     6   $ echo "inotify=" >> $HGRCPATH
     7 
     7 
     8 inserve
     8 inserve
    39   ! b
    39   ! b
    40   $ sleep 1
    40   $ sleep 1
    41 
    41 
    42 Are we able to kill the service? if not, the service died on some error
    42 Are we able to kill the service? if not, the service died on some error
    43 
    43 
    44   $ kill `cat hg.pid` 
    44   $ kill `cat hg.pid`