diff options
author | John Malmberg <wb8tyw@qsl.net> | 2020-03-07 11:39:16 -0600 |
---|---|---|
committer | John Malmberg <wb8tyw@qsl.net> | 2020-03-07 11:39:16 -0600 |
commit | 64c6a7073099a9d2721dbee6d3998e157d7cc4d0 (patch) | |
tree | 3e3c28557ebd8988a6df637e77e9dc12b7cfd747 /vms/vmstest.com | |
parent | 10e9057d7d32b036c52bc2db3f642de7807fa5d0 (diff) | |
download | egawk-64c6a7073099a9d2721dbee6d3998e157d7cc4d0.tar.gz egawk-64c6a7073099a9d2721dbee6d3998e157d7cc4d0.tar.bz2 egawk-64c6a7073099a9d2721dbee6d3998e157d7cc4d0.zip |
Fix OpenVMS profile5 test
Diffstat (limited to 'vms/vmstest.com')
-rw-r--r-- | vms/vmstest.com | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vms/vmstest.com b/vms/vmstest.com index c74ea4b3..a458921b 100644 --- a/vms/vmstest.com +++ b/vms/vmstest.com @@ -3800,7 +3800,7 @@ $ tmp_error = "_''test'.tmp2" $ define/user GAWK_NO_PP_RUN 1 $ define/user sys$error 'tmp_error' $ set noOn -$ gawk --pretty-print=_'test'.tmp1 -f ./'test'.awk > _NL: +$ gawk --pretty-print=_'test'.tmp1 -f 'test'.awk > _NL: $ gawk_status = $status $ set On $ if f$search("sys$disk:[]_''test'.tmp1;2") .nes. "" |