From ea492b465f75db4fb4af15e7e8426136cb4c2b99 Mon Sep 17 00:00:00 2001 From: Jarkko Hietaniemi Date: Sat, 17 Oct 1998 13:55:34 +0000 Subject: [PATCH] Forgot few S_I* imports. p4raw-id: //depot/cfgperl@2007 --- t/lib/ipc_sysv.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/t/lib/ipc_sysv.t b/t/lib/ipc_sysv.t index fbaf19a..500b5b6 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"; -- 2.7.4