--- perl-llin/test/mknod.t 2006/01/02 19:50:33 21 +++ perl-llin/test/mknod.t 2006/12/03 11:25:02 107 @@ -26,6 +26,10 @@ chdir($_real); ok(-e "chr" ,"chrdev exists"); ok(-e "blk" ,"blkdev exists"); + + skip('mknod() is just pretend under fakeroot(1)', 4) + if exists $ENV{FAKEROOTKEY}; + ok(-c "chr" ,"chrdev is chrdev"); ok(-b "blk" ,"blkdev is blkdev");