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

« back to all changes in this revision

Viewing changes to tests/scenario/7.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
 
1
mkdir /tmp/test_gamin
2
2
connect test
3
 
monfile test1/missing
 
3
monfile /tmp/test_gamin/missing
4
4
expect 2
5
 
mkfile test1/missing
6
 
expect 1
7
 
append test1/missing
8
 
expect 1
9
 
rmfile test1/missing
 
5
mkfile /tmp/test_gamin/missing
 
6
expect 1
 
7
append /tmp/test_gamin/missing
 
8
expect 1
 
9
rmfile /tmp/test_gamin/missing
10
10
expect 1
11
11
disconnect
12
 
rmdir test1
 
12
rmdir /tmp/test_gamin