cvs commit: src/tools/regression/fstest fstest.c
src/tools/regression/fstest/tests/open 16.t 18.t
Pawel Jakub Dawidek
pjd at FreeBSD.org
Wed Jul 18 18:07:15 UTC 2007
pjd 2007-07-18 18:07:15 UTC
FreeBSD src repository
Modified files:
tools/regression/fstest fstest.c
tools/regression/fstest/tests/open 16.t 18.t
Log:
Make fstest work out-of-the-box on Solaris:
- Solaris' setgroups(2) doesn't change process' effective gid, so set it
explicitly.
- POSIX doesn't define O_NOFOLLOW. FreeBSD returns EMLINK when target is
a symbolic link, but Solaris returns ELOOP then.
- Solaris doesn't define O_SHLOCK and O_EXLOCK flags.
Approved by: re (rwatson)
Revision Changes Path
1.2 +4 -0 src/tools/regression/fstest/fstest.c
1.2 +15 -5 src/tools/regression/fstest/tests/open/16.t
1.2 +15 -8 src/tools/regression/fstest/tests/open/18.t
More information about the cvs-src
mailing list