diff options
Diffstat (limited to 'tests')
-rwxr-xr-x | tests/runtests.pl | 6 |
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; } |