##// END OF EJS Templates
inotify: add a test for lookup bug
Matt Mackall -
r7084:f5c18a58 default
parent child Browse files
Show More
@@ -0,0 +1,18 b''
1 #!/bin/sh
2
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
@@ -0,0 +1,1 b''
1 a
General Comments 0
You need to be logged in to leave comments. Login now