diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2011-10-25 22:08:53 +0200 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2011-10-25 22:08:53 +0200 |
commit | 44cd8b0b374419f77febc504b0053b87c894810c (patch) | |
tree | e0016bafbc35ee5df461aed0cc09640ad9d0257c /vms/vmstest.com | |
parent | a2f4c46ba3d4cd3de6be372316abc0e0e6518d4c (diff) | |
parent | a3d40d091d31ec54b85240209afddb0212de085c (diff) | |
download | egawk-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.com | 7 |
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 |