summaryrefslogtreecommitdiff
path: root/t
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>1998-10-17 13:55:34 +0000
committerJarkko Hietaniemi <jhi@iki.fi>1998-10-17 13:55:34 +0000
commitea492b465f75db4fb4af15e7e8426136cb4c2b99 (patch)
tree6f7eb7251883ca1eac95f02e1f7cf072442f3000 /t
parent092bebab2f702b0ac392b3259fc90294ab403f4b (diff)
downloadperl-ea492b465f75db4fb4af15e7e8426136cb4c2b99.tar.gz
Forgot few S_I* imports.
p4raw-id: //depot/cfgperl@2007
Diffstat (limited to 't')
-rwxr-xr-xt/lib/ipc_sysv.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/lib/ipc_sysv.t b/t/lib/ipc_sysv.t
index fbaf19a1e0..500b5b6ae8 100755
--- a/t/lib/ipc_sysv.t
+++ b/t/lib/ipc_sysv.t
@@ -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";