aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2003-05-19 13:08:48 +0000
committerDaniel Stenberg <daniel@haxx.se>2003-05-19 13:08:48 +0000
commitd398a0dd588ca28a22b62a0cd46455e73c8f7b22 (patch)
treeb819ec1483fea1a1205ed7b9d445b183c0da66b9 /tests
parent7723a24297f78e3e191813410067db5f1dbca9d2 (diff)
remove debug output
Diffstat (limited to 'tests')
-rwxr-xr-xtests/runtests.pl6
1 files changed, 0 insertions, 6 deletions
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;
}