summaryrefslogtreecommitdiff
path: root/tests/env.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/env.c')
-rw-r--r--tests/env.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/env.c b/tests/env.c
index c904969..3dc57f7 100644
--- a/tests/env.c
+++ b/tests/env.c
@@ -34,6 +34,8 @@ char ** envp;
p = (char*) &argc;
putstr("ARGC="); phex(argc); putstr("\n");
+ putstr("ARGV="); phex(argv); putstr("\n");
+ putstr("ENVP="); phex(envp); putstr("\n");
for(i=0; i<argc; i++)
{
phex(argv[i]);