diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2015-01-07 22:23:19 +0200 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2015-01-07 22:23:19 +0200 |
commit | b1f63ac08d7da89ac7e8af4df5ca835527fc5b24 (patch) | |
tree | b92dc911def1558a1681e036621098442fbcbe4f /test | |
parent | f70399532bd105c5f42ca040846aa537a8fa27bc (diff) | |
download | egawk-b1f63ac08d7da89ac7e8af4df5ca835527fc5b24.tar.gz egawk-b1f63ac08d7da89ac7e8af4df5ca835527fc5b24.tar.bz2 egawk-b1f63ac08d7da89ac7e8af4df5ca835527fc5b24.zip |
Load PROCINFO and ENVIRON if using extensions.
Diffstat (limited to 'test')
-rw-r--r-- | test/ChangeLog | 4 | ||||
-rw-r--r-- | test/testext.ok | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/test/ChangeLog b/test/ChangeLog index 8d6086b3..2cc88514 100644 --- a/test/ChangeLog +++ b/test/ChangeLog @@ -8,6 +8,10 @@ * Makefile.am (printfbad4): New test. * printfbad4.awk, printfbad4.ok: New files. + Unrelated: + + * testext.ok: Adjust for code changes. + 2014-12-24 Arnold D. Robbins <arnold@skeeve.com> * Makefile.am (badbuild): New test. diff --git a/test/testext.ok b/test/testext.ok index 9b36bf72..a828ecb2 100644 --- a/test/testext.ok +++ b/test/testext.ok @@ -15,7 +15,7 @@ try_modify_environ: set_array_element of ENVIRON failed try_modify_environ: marking element "testext" for deletion try_del_environ() could not delete element - pass try_del_environ() could not add an element - pass -var_test: sym_lookup of PROCINFO passed - did not get a value +var_test: sym_lookup of PROCINFO passed - got a value! var_test: sym_lookup of ARGC passed - got a value! var_test: sym_update of ARGC failed - correctly var_test: sym_update("testvar") succeeded |