/[fuse_dbi]/trunk/t/02sqlite.t
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /trunk/t/02sqlite.t

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 11 by dpavlin, Sun Aug 29 18:51:29 2004 UTC revision 12 by dpavlin, Sun Aug 29 19:16:01 2004 UTC
# Line 39  my $mnt = Fuse::DBI->mount({ Line 39  my $mnt = Fuse::DBI->mount({
39    
40  ok($mnt, "mount");  ok($mnt, "mount");
41    
42  diag "mounted sleeping for 5 sec";  diag "press enter to continue";
43  system "ls -lR /mnt2";  my $foo = <STDIN>;
 sleep(5);  
44    
45  ok($mnt->umount,"umount");  ok($mnt->umount,"umount");
46    

Legend:
Removed from v.11  
changed lines
  Added in v.12

  ViewVC Help
Powered by ViewVC 1.1.26