~ubuntu-branches/debian/jessie/gamin/jessie

« back to all changes in this revision

Viewing changes to tests/scenario/4.tst

  • Committer: Bazaar Package Importer
  • Author(s): Michael Banck
  • Date: 2007-03-23 14:43:49 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20070323144349-1inpdk22uaneks9h
Tags: 0.1.8-2
* debian/control: Improve long description. (Closes: #405347)
* debian/patches/14_nfs-fix.patch: Fix gam_server startup for Thunar.
  Thanks to Maximiliano Curia. (Closes: #403247)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
mkdir test1
2
 
mkfile test1/foo
 
1
mkdir /tmp/test_gamin
 
2
mkfile /tmp/test_gamin/foo
3
3
connect test
4
 
mondir test1
 
4
mondir /tmp/test_gamin
5
5
expect 3
6
6
# for some reason if we don't wait here the server does not
7
7
# notify the changes made to test1 when it gets the dnotify event
8
8
wait
9
 
append test1/foo
 
9
append /tmp/test_gamin/foo
10
10
expect 1
11
11
kill
12
12
events
13
13
sleep
14
 
append test1/foo
 
14
append /tmp/test_gamin/foo
15
15
expect 1
16
 
rmfile test1/foo
 
16
rmfile /tmp/test_gamin/foo
17
17
expect 1
18
18
disconnect
19
 
rmdir test1
 
19
rmdir /tmp/test_gamin