From: Richard Dawe <rich(at)phekda(dot)gotadsl(dot)co(dot)uk>
authorDobrica Pavlinusic <dpavlin@rot13.org>
Sun, 20 Mar 2005 00:36:05 +0000 (00:36 +0000)
committerDobrica Pavlinusic <dpavlin@rot13.org>
Sun, 20 Mar 2005 00:36:05 +0000 (00:36 +0000)
commit377665d81c5d789622229a76d7f4af984f5d14fb
tree13ccb7470fdb4aca6590b818b93b7006021ee70e
parent4b86c152d8a4923246a7d3a5143f0a01b1dfd702
From: Richard Dawe <rich(at)phekda(dot)gotadsl(dot)co(dot)uk>

Please find attached a patch that allows Fuse.pm's test suite to run as a
non-root user. It will skip all the tests that require root priveleges (giving
away ownership using chown, mknod of character and block devices). The patch
creates a test root and mount point per user.

The patch also uses POSIX::WEXITSTATUS instead of the less portable "$? >> 8"
idiom.

git-svn-id: svn+ssh://llin/home/dpavlin/private/svn/fuse/perl/trunk@10 6e4b0b00-1209-0410-87b2-b275959b5705
examples/loopback.pl
test/chown.t
test/helper.pm
test/mknod.t
test/s/mount.t
test/s/umount.t