fixes for Andrew for dh-make-perl which uses fakeroot
authorDobrica Pavlinusic <dpavlin@rot13.org>
Sun, 3 Dec 2006 11:25:02 +0000 (11:25 +0000)
committerDobrica Pavlinusic <dpavlin@rot13.org>
Sun, 3 Dec 2006 11:25:02 +0000 (11:25 +0000)
git-svn-id: svn+ssh://llin/home/dpavlin/private/svn/fuse/perl-llin@107 6e4b0b00-1209-0410-87b2-b275959b5705

AUTHORS
test/mknod.t

diff --git a/AUTHORS b/AUTHORS
index 19e62a7..c73ae67 100644 (file)
--- a/AUTHORS
+++ b/AUTHORS
@@ -7,3 +7,4 @@ Richard Dawe <rich@phekda.gotadsl.co.uk> - lot of improvements
 Mark Wilkinson <mark.wilkinson@2pmtech.com> - added mount options
 Csaba Henk <csaba.henk@creo.hu> - update to API 25
 Vladimir V. Kolpakov <w@sfgate.com> - contributed cleanup for warnings
+Andrew Chadwick <andrewc@cpan.org> - fixes for Ubuntu and dh-make-perl (fakeroot)
index 1dd948f..2d10c61 100644 (file)
@@ -26,6 +26,10 @@ SKIP: {
        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");