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

« back to all changes in this revision

Viewing changes to tests/scenario/10.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 /tmp/test_gamin
 
2
mkdir /tmp/test_gamin/subdir
 
3
mkfile /tmp/test_gamin/subdir/foo
 
4
connect test
 
5
mondir /tmp/test_gamin
 
6
wait
 
7
expect 3
 
8
monfile /tmp/test_gamin/subdir/foo
 
9
wait
 
10
expect 2
 
11
cancel 0
 
12
expect 1
 
13
wait
 
14
append /tmp/test_gamin/subdir/foo
 
15
expect 1
 
16
disconnect
 
17
rmfile /tmp/test_gamin/subdir/foo
 
18
rmdir /tmp/test_gamin/subdir
 
19
rmdir /tmp/test_gamin