##// END OF EJS Templates
tests: unify test-inotify-lookup
Matt Mackall -
r12457:5ae8711e default
parent child Browse files
Show More
@@ -1,18 +1,14 b''
1 #!/bin/sh
2 1
3 "$TESTDIR/hghave" inotify || exit 80
4
5 hg init
6 echo "[extensions]" > .hg/hgrc
7 echo "inotify=" >> .hg/hgrc
8 hg inserve -d --pid-file .hg/inotify.pid
9
10 echo a > a
11 hg ci -Aqm0
12 hg co -q null
13 hg co -q
14 hg st
15 cat a
16
17 kill `cat .hg/inotify.pid`
18
2 $ "$TESTDIR/hghave" inotify || exit 80
3 $ hg init
4 $ echo "[extensions]" > .hg/hgrc
5 $ echo "inotify=" >> .hg/hgrc
6 $ hg inserve -d --pid-file .hg/inotify.pid
7 $ echo a > a
8 $ hg ci -Aqm0
9 $ hg co -q null
10 $ hg co -q
11 $ hg st
12 $ cat a
13 a
14 $ kill `cat .hg/inotify.pid`
1 NO CONTENT: file was removed
General Comments 0
You need to be logged in to leave comments. Login now