projects
/
platform
/
upstream
/
perl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
092beba
)
Forgot few S_I* imports.
author
Jarkko Hietaniemi
<jhi@iki.fi>
Sat, 17 Oct 1998 13:55:34 +0000
(13:55 +0000)
committer
Jarkko 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
patch
|
blob
|
history
diff --git
a/t/lib/ipc_sysv.t
b/t/lib/ipc_sysv.t
index
fbaf19a
..
500b5b6
100755
(executable)
--- 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";