aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
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;
}