aboutsummaryrefslogtreecommitdiffstats
path: root/vms
diff options
context:
space:
mode:
Diffstat (limited to 'vms')
-rw-r--r--vms/ChangeLog5
-rw-r--r--vms/vmstest.com7
2 files changed, 11 insertions, 1 deletions
diff --git a/vms/ChangeLog b/vms/ChangeLog
index 9fe0f0f0..88a4bf88 100644
--- a/vms/ChangeLog
+++ b/vms/ChangeLog
@@ -1,3 +1,8 @@
+2011-10-25 Anders Wallin <anders_s_wallin@yahoo.se>
+
+ * vmstest.com (posix2008sub): Added as specific test in order to
+ use --posix option.
+
2011-06-24 Arnold D. Robbins <arnold@skeeve.com>
* vmsbuild.com (REL, PATCHLVL): Move to 4.0.0.
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