aboutsummaryrefslogtreecommitdiffstats
path: root/vms/vmstest.com
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2017-03-27 20:32:13 +0300
committerArnold D. Robbins <arnold@skeeve.com>2017-03-27 20:32:13 +0300
commit046500db53cd195de0c9aed330aae3190177851c (patch)
treeb3a36d275bb06513d4e63bed9ff3b4afa25f71c1 /vms/vmstest.com
parent81e9acf445445dd0325c961b1db0c85c7d356771 (diff)
parent5b7042ea0a68d41c4fbd0d6228f77975ebf8c38b (diff)
downloadegawk-046500db53cd195de0c9aed330aae3190177851c.tar.gz
egawk-046500db53cd195de0c9aed330aae3190177851c.tar.bz2
egawk-046500db53cd195de0c9aed330aae3190177851c.zip
Merge branch 'master' into feature/api-mpfr
Diffstat (limited to 'vms/vmstest.com')
-rw-r--r--vms/vmstest.com4
1 files changed, 3 insertions, 1 deletions
diff --git a/vms/vmstest.com b/vms/vmstest.com
index aa96ceba..a10cd3f5 100644
--- a/vms/vmstest.com
+++ b/vms/vmstest.com
@@ -920,8 +920,10 @@ $ return
$
$argarray: echo "argarray"
$ test_class = "basic"
+$ copy sys$disk:[]argarray.in sys$disk:[]argarray.input
+$ purge sys$disk:[]argarray.input
$ define/User TEST "test" !this is useless...
-$ gawk -f argarray.awk ./argarray.in - >_argarray.tmp
+$ gawk -f argarray.awk ./argarray.input - >_argarray.tmp
just a test
$ if f$search("sys$disk:[]_''test'.tmp;2") .nes. ""
$ then