diff options
-rw-r--r-- | vms/ChangeLog | 4 | ||||
-rw-r--r-- | vms/vmstest.com | 7 |
2 files changed, 8 insertions, 3 deletions
diff --git a/vms/ChangeLog b/vms/ChangeLog index 6a7d47af..d13315d2 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" |