diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 1998-10-17 13:55:34 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 1998-10-17 13:55:34 +0000 |
commit | ea492b465f75db4fb4af15e7e8426136cb4c2b99 (patch) | |
tree | 6f7eb7251883ca1eac95f02e1f7cf072442f3000 /t | |
parent | 092bebab2f702b0ac392b3259fc90294ab403f4b (diff) | |
download | perl-ea492b465f75db4fb4af15e7e8426136cb4c2b99.tar.gz |
Forgot few S_I* imports.
p4raw-id: //depot/cfgperl@2007
Diffstat (limited to 't')
-rwxr-xr-x | t/lib/ipc_sysv.t | 2 |
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"; |