aboutsummaryrefslogtreecommitdiff
path: root/contrib/sendmail/test/README
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/sendmail/test/README')
-rw-r--r--contrib/sendmail/test/README9
1 files changed, 5 insertions, 4 deletions
diff --git a/contrib/sendmail/test/README b/contrib/sendmail/test/README
index 7ca022f3d9f8..e21dc2f109b1 100644
--- a/contrib/sendmail/test/README
+++ b/contrib/sendmail/test/README
@@ -20,8 +20,9 @@ t_dropgid.c test how to drop saved-gid for a set-group-ID program
t_exclopen.c test for security-defeating semantics that an open with
O_CREAT|O_EXCL set will successfully open a file named
by a symbolic link that to a non-existent file
-t_seteuid.c test whether seteuid works
-t_setgid.c test whether setgid works
-t_setreuid.c test whether setreuid works
-t_setuid.c test whether setuid works
+t_pathconf.c test whether pathconf(2) works
+t_seteuid.c test whether seteuid(2) works
+t_setgid.c test whether setgid(2) works
+t_setreuid.c test whether setreuid(2) works
+t_setuid.c test whether setuid(2) works