From: Jarkko Hietaniemi Date: Sat, 17 Oct 1998 13:55:34 +0000 (+0000) Subject: Forgot few S_I* imports. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=ea492b465f75db4fb4af15e7e8426136cb4c2b99;p=p5sagit%2Fp5-mst-13.2.git Forgot few S_I* imports. p4raw-id: //depot/cfgperl@2007 --- 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";