aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2012-11-24 19:39:15 +0200
committerArnold D. Robbins <arnold@skeeve.com>2012-11-24 19:39:15 +0200
commit5045e46ea4200ddc4aa825974b1f51eac72c93aa (patch)
tree9cbad0e1a9ae8fafaa4e4b00c6a89688e020f5b2
parent30b18b839b49213383f7dcbb430b3185a21efa99 (diff)
parenta4891bca3e5b9cd33bdb8857e233042efdf77412 (diff)
downloadegawk-5045e46ea4200ddc4aa825974b1f51eac72c93aa.tar.gz
egawk-5045e46ea4200ddc4aa825974b1f51eac72c93aa.tar.bz2
egawk-5045e46ea4200ddc4aa825974b1f51eac72c93aa.zip
Merge branch 'gawk-4.0-stable'
-rw-r--r--vms/ChangeLog4
-rw-r--r--vms/vmstest.com7
2 files changed, 8 insertions, 3 deletions
diff --git a/vms/ChangeLog b/vms/ChangeLog
index a51ccdb5..ca65788f 100644
--- a/vms/ChangeLog
+++ b/vms/ChangeLog
@@ -1,3 +1,7 @@
+2012-11-24 Arnold D. Robbins <arnold@skeeve.com>
+
+ * vmstest.com: Fix typo in applying previous patch.
+
2012-11-22 Anders Wallin <anders_s_wallin@yahoo.se>
* vmstest.com: Updated to match main test/Makefile.
diff --git a/vms/vmstest.com b/vms/vmstest.com
index 029f661d..179ad679 100644
--- a/vms/vmstest.com
+++ b/vms/vmstest.com
@@ -1322,14 +1322,15 @@ $ if $status then rm _devfd2.tmp;
$ return
$
$charasbytes:
-$! This test used "od" on Unix to verify the result. As this is not available we must try
-$! as best as possible using DUMP and SEARCH, instead of comparing to charasbytes.ok
+$! This test used "od" on Unix to verify the result. As this is not available
+$! we must try as best as possible using DUMP and SEARCH, instead of comparing
+$! to charasbytes.ok
$!
$ echo "''test'"
$ gawk -b -f 'test'.awk 'test'.in >_'test'.tmp
$ pipe dump/byte/block=count:1 _charasbytes.tmp | -
search sys$pipe /noout " 00 00 00 00 00 00 00 00 00 00 00 00 0A 5A 5A 5A"
- if $severity .eq. 1 then rm _'test'.tmp;*
+$ if $severity .eq. 1 then rm _'test'.tmp;*
$ return
$
$mixed1: echo "mixed1"