From d398a0dd588ca28a22b62a0cd46455e73c8f7b22 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Mon, 19 May 2003 13:08:48 +0000 Subject: remove debug output --- tests/runtests.pl | 6 ------ 1 file changed, 6 deletions(-) (limited to 'tests') diff --git a/tests/runtests.pl b/tests/runtests.pl index c8bec0ba6..9ac7e3b5d 100755 --- a/tests/runtests.pl +++ b/tests/runtests.pl @@ -620,15 +620,9 @@ sub singletest { subVariables \$s; - print "MOO: $s\n"; - if($s =~ /([^=]*)=(.*)/) { my ($var, $content)=($1, $2); - $ENV{$var}=$content; - - print "setenv $var to $content\n"; - # remember which, so that we can clear them afterwards! push @envs, $var; } -- cgit v1.2.3