[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[gawk-diffs] [SCM] gawk branch, gawk-4.0-stable, updated. b467a6d3d60472
From: |
Arnold Robbins |
Subject: |
[gawk-diffs] [SCM] gawk branch, gawk-4.0-stable, updated. b467a6d3d604723e0c152dceb09e998c059bfa40 |
Date: |
Wed, 21 Mar 2012 20:32:00 +0000 |
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "gawk".
The branch, gawk-4.0-stable has been updated
via b467a6d3d604723e0c152dceb09e998c059bfa40 (commit)
from 42b4bf2e5656427243f63bc7174cc7eddf1faa9c (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
http://git.sv.gnu.org/cgit/gawk.git/commit/?id=b467a6d3d604723e0c152dceb09e998c059bfa40
commit b467a6d3d604723e0c152dceb09e998c059bfa40
Author: Arnold D. Robbins <address@hidden>
Date: Wed Mar 21 22:31:43 2012 +0200
VMS fix for new test.
diff --git a/vms/ChangeLog b/vms/ChangeLog
index 8df0a01..f44c828 100644
--- a/vms/ChangeLog
+++ b/vms/ChangeLog
@@ -1,3 +1,7 @@
+2012-03-21 Anders Wallin <address@hidden>
+
+ * vmstest.com: Make printfbad3 test work.
+
2012-03-20 Arnold D. Robbins <address@hidden>
* vmstest.com: Add printfbad3 test.
diff --git a/vms/vmstest.com b/vms/vmstest.com
index 95a9a1d..ccea871 100644
--- a/vms/vmstest.com
+++ b/vms/vmstest.com
@@ -1400,12 +1400,14 @@ $ cmp mbstr1.ok _mbstr1.tmp
$ if $status then rm _mbstr1.tmp;
$ return
$
-$printfbad2: echo "printfbad2"
+$printfbad2:
+$printfbad3:
+$ echo "''test'"
$ set noOn
-$ gawk --lint -f printfbad2.awk printfbad2.in >_printfbad2.tmp 2>&1
+$ gawk --lint -f 'test'.awk 'test'.in >_'test'.tmp 2>&1
$ set On
-$ cmp printfbad2.ok _printfbad2.tmp
-$ if $status then rm _printfbad2.tmp;
+$ cmp 'test'.ok _'test'.tmp
+$ if $status then rm _'test'.tmp;
$ return
$
$fmtspcl: echo "fmtspcl: not supported"
-----------------------------------------------------------------------
Summary of changes:
vms/ChangeLog | 4 ++++
vms/vmstest.com | 10 ++++++----
2 files changed, 10 insertions(+), 4 deletions(-)
hooks/post-receive
--
gawk
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [gawk-diffs] [SCM] gawk branch, gawk-4.0-stable, updated. b467a6d3d604723e0c152dceb09e998c059bfa40,
Arnold Robbins <=