aboutsummaryrefslogtreecommitdiffstats
path: root/vms/vmstest.com
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2011-10-25 22:08:53 +0200
committerArnold D. Robbins <arnold@skeeve.com>2011-10-25 22:08:53 +0200
commit44cd8b0b374419f77febc504b0053b87c894810c (patch)
treee0016bafbc35ee5df461aed0cc09640ad9d0257c /vms/vmstest.com
parenta2f4c46ba3d4cd3de6be372316abc0e0e6518d4c (diff)
parenta3d40d091d31ec54b85240209afddb0212de085c (diff)
downloadegawk-44cd8b0b374419f77febc504b0053b87c894810c.tar.gz
egawk-44cd8b0b374419f77febc504b0053b87c894810c.tar.bz2
egawk-44cd8b0b374419f77febc504b0053b87c894810c.zip
Merge branch 'gawk-4.0-stable'
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