Revision
10 -
Directory Listing
Modified
Sun Mar 20 00:36:05 2005 UTC
(18 years, 2 months ago)
by
dpavlin
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.