diff options
-rw-r--r-- | extension/ChangeLog | 1 | ||||
-rw-r--r-- | extension/testext.c | 2 | ||||
-rw-r--r-- | test/ChangeLog | 2 | ||||
-rw-r--r-- | test/testext.ok | 1 |
4 files changed, 2 insertions, 4 deletions
diff --git a/extension/ChangeLog b/extension/ChangeLog index 2552a383..c20d4f4c 100644 --- a/extension/ChangeLog +++ b/extension/ChangeLog @@ -3,6 +3,7 @@ * testext.c (try_modify_environ): New function and test. (var_test): Modified ARGC test, added additional. (test_scalar_reserved): New function and test. + (try_modify_environ): Don't print count of ENVIRON elements. 2012-09-13 Dave Pitts <dpitts@cozx.com> diff --git a/extension/testext.c b/extension/testext.c index c11a4c85..72cb5f8d 100644 --- a/extension/testext.c +++ b/extension/testext.c @@ -228,8 +228,6 @@ try_modify_environ(int nargs, awk_value_t *result) goto out; } - printf("try_modify_environ: incoming size is %lu\n", (unsigned long) count); - /* setting an array element should fail */ (void) make_const_string("testext2", 8, & index); (void) make_const_string("a value", 7, & value); diff --git a/test/ChangeLog b/test/ChangeLog index 4bab4796..643fe8d0 100644 --- a/test/ChangeLog +++ b/test/ChangeLog @@ -1,6 +1,6 @@ 2012-09-14 Arnold D. Robbins <arnold@skeeve.com> - * testext.ok: Updated. + * testext.ok: Updated. Twice. 2012-09-11 Arnold D. Robbins <arnold@skeeve.com> diff --git a/test/testext.ok b/test/testext.ok index d291f721..3b1f423a 100644 --- a/test/testext.ok +++ b/test/testext.ok @@ -11,7 +11,6 @@ dump_array_and_delete(pets) returned 1 dump_array_and_delete() did remove index "3"! try_modify_environ: sym_lookup of ENVIRON passed -try_modify_environ: incoming size is 60 try_modify_environ: set_array_element of ENVIRON failed try_modify_environ: could not flatten array try_del_environ() could not delete element - pass |