Forgot few S_I* imports.
authorJarkko Hietaniemi <jhi@iki.fi>
Sat, 17 Oct 1998 13:55:34 +0000 (13:55 +0000)
committerJarkko Hietaniemi <jhi@iki.fi>
Sat, 17 Oct 1998 13:55:34 +0000 (13:55 +0000)
p4raw-id: //depot/cfgperl@2007

t/lib/ipc_sysv.t

index fbaf19a..500b5b6 100755 (executable)
@@ -18,7 +18,7 @@ BEGIN {
 # Later the sem* tests will import more for themselves.
 
 use IPC::SysV qw(IPC_PRIVATE IPC_NOWAIT IPC_STAT IPC_RMID
-                S_IRWXU S_IRWXG S_IRWXO);
+                S_IRWXU S_IRWXG S_IRWXO S_IWGRP S_IROTH S_IWOTH);
 use strict;
 
 print "1..16\n";