/[fuse.before_github]/perl-llin/test/mknod.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 /perl-llin/test/mknod.t

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

revision 21 by dpavlin, Mon Jan 2 19:50:33 2006 UTC revision 107 by dpavlin, Sun Dec 3 11:25:02 2006 UTC
# Line 26  SKIP: { Line 26  SKIP: {
26          chdir($_real);          chdir($_real);
27          ok(-e "chr" ,"chrdev exists");          ok(-e "chr" ,"chrdev exists");
28          ok(-e "blk" ,"blkdev exists");          ok(-e "blk" ,"blkdev exists");
29            
30            skip('mknod() is just pretend under fakeroot(1)', 4)
31              if exists $ENV{FAKEROOTKEY};
32    
33          ok(-c "chr" ,"chrdev is chrdev");          ok(-c "chr" ,"chrdev is chrdev");
34          ok(-b "blk" ,"blkdev is blkdev");          ok(-b "blk" ,"blkdev is blkdev");
35    

Legend:
Removed from v.21  
changed lines
  Added in v.107

  ViewVC Help
Powered by ViewVC 1.1.26