freebsd-dev/tools/regression/fstest/tests
Pawel Jakub Dawidek 2125ff0886 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)
2007-07-18 18:07:15 +00:00
..
chflags
chmod
chown
link
mkdir MFp4: - When new object is created, it's group ID can be set to process' 2007-01-25 20:50:02 +00:00
mkfifo MFp4: - When new object is created, it's group ID can be set to process' 2007-01-25 20:50:02 +00:00
open Make fstest work out-of-the-box on Solaris: 2007-07-18 18:07:15 +00:00
rename
rmdir
symlink
truncate
unlink
conf
misc.sh