aboutsummaryrefslogtreecommitdiffstats
path: root/vms/vmstest.com
diff options
context:
space:
mode:
Diffstat (limited to 'vms/vmstest.com')
-rw-r--r--vms/vmstest.com7
1 files changed, 6 insertions, 1 deletions
diff --git a/vms/vmstest.com b/vms/vmstest.com
index 0ca3e0f1..d4d3d8a9 100644
--- a/vms/vmstest.com
+++ b/vms/vmstest.com
@@ -312,7 +312,6 @@ $ofmta:
$paramtyp:
$patsplit:
$pcntplus:
-$posix2008sub:
$printf1:
$procinfs:
$prt1eval:
@@ -1078,6 +1077,12 @@ $ igncascmp space.ok _space.tmp
$ if $status then rm _space.tmp;
$ return
$
+$posix2008sub: echo "posix2008sub"
+$ gawk --posix -f posix2008sub.awk >_posix2008sub.tmp
+$ cmp posix2008sub.ok _posix2008sub.tmp
+$ if $status then  rm _posix2008sub.tmp;
+$ return
+$
$printf0: echo "printf0"
$ gawk --posix -f printf0.awk >_printf0.tmp
$ cmp printf0.ok _printf0.tmp