aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--test/ChangeLog5
-rw-r--r--test/Makefile.am2
-rw-r--r--test/Makefile.in2
-rw-r--r--test/symtab6.ok1
4 files changed, 7 insertions, 3 deletions
diff --git a/test/ChangeLog b/test/ChangeLog
index 55c6494c..3c571f86 100644
--- a/test/ChangeLog
+++ b/test/ChangeLog
@@ -1,3 +1,8 @@
+2012-11-12 Arnold D. Robbins <arnold@skeeve.com>
+
+ * symtab6.ok: Remove PROCINFO.
+ * Makefile.am (symtab6): Adjust recipe.
+
2012-11-10 Arnold D. Robbins <arnold@skeeve.com>
* symtab4.awk, symtab4.in, symtab4.ok, symtab5.awk, symtab5.in,
diff --git a/test/Makefile.am b/test/Makefile.am
index f3b21e41..bb25f8af 100644
--- a/test/Makefile.am
+++ b/test/Makefile.am
@@ -1700,7 +1700,7 @@ charasbytes:
symtab6:
@echo $@
@$(AWK) -d__$@ -f $(srcdir)/$@.awk
- @grep -v '^ENVIRON' __$@ > _$@ ; rm __$@
+ @grep -v '^ENVIRON' __$@ | grep -v '^PROCINFO' > _$@ ; rm __$@
@-$(CMP) $(srcdir)/$@.ok _$@ && rm -f _$@
# Targets generated for other tests:
diff --git a/test/Makefile.in b/test/Makefile.in
index c49280c7..c115d9c8 100644
--- a/test/Makefile.in
+++ b/test/Makefile.in
@@ -2081,7 +2081,7 @@ charasbytes:
symtab6:
@echo $@
@$(AWK) -d__$@ -f $(srcdir)/$@.awk
- @grep -v '^ENVIRON' __$@ > _$@ ; rm __$@
+ @grep -v '^ENVIRON' __$@ | grep -v '^PROCINFO' > _$@ ; rm __$@
@-$(CMP) $(srcdir)/$@.ok _$@ && rm -f _$@
Gt-dummy:
# file Maketests, generated from Makefile.am by the Gentests program
diff --git a/test/symtab6.ok b/test/symtab6.ok
index ac5484d5..91f27e75 100644
--- a/test/symtab6.ok
+++ b/test/symtab6.ok
@@ -17,7 +17,6 @@ OFMT: "%.6g"
OFS: " "
ORS: "\n"
PREC: 53
-PROCINFO: array, 23 elements
RLENGTH: 0
ROUNDMODE: "N"
RS: "\n"