diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2017-03-27 20:32:24 +0300 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2017-03-27 20:32:24 +0300 |
commit | 70f73831de55d63263839d5fa6ac44dbc2c38491 (patch) | |
tree | c9cc008a1ca0747ce4e679e21f5f46b1d3bd1af7 /vms/vmstest.com | |
parent | c5d46e712f917385b2291c6acb3fc323b4b8d16c (diff) | |
parent | 5b7042ea0a68d41c4fbd0d6228f77975ebf8c38b (diff) | |
download | egawk-70f73831de55d63263839d5fa6ac44dbc2c38491.tar.gz egawk-70f73831de55d63263839d5fa6ac44dbc2c38491.tar.bz2 egawk-70f73831de55d63263839d5fa6ac44dbc2c38491.zip |
Merge branch 'master' into feature/api-parser
Diffstat (limited to 'vms/vmstest.com')
-rw-r--r-- | vms/vmstest.com | 4 |
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 |