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/testext.ok | |
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/testext.ok')
-rw-r--r-- | test/testext.ok | 2 |
1 files changed, 1 insertions, 1 deletions
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 |