summaryrefslogtreecommitdiff
path: root/vms/ext/vmsish.t
diff options
context:
space:
mode:
Diffstat (limited to 'vms/ext/vmsish.t')
-rw-r--r--vms/ext/vmsish.t1
1 files changed, 1 insertions, 0 deletions
diff --git a/vms/ext/vmsish.t b/vms/ext/vmsish.t
index 2a5b580bda..d63da57235 100644
--- a/vms/ext/vmsish.t
+++ b/vms/ext/vmsish.t
@@ -136,6 +136,7 @@ sub do_a_perl {
local *P;
open(P,'>vmsish_test.com') || die('not ok ?? : unable to open "vmsish_test.com" for writing');
print P "\$ set message/facil/sever/ident/text\n";
+ print P "\$ define/nolog/user sys\$error _nla0:\n";
print P "\$ $Invoke_Perl @_\n";
close P;
my $x = `\@vmsish_test.com`;