summaryrefslogtreecommitdiff
path: root/selftest/selftest.pl
diff options
context:
space:
mode:
Diffstat (limited to 'selftest/selftest.pl')
-rwxr-xr-xselftest/selftest.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/selftest/selftest.pl b/selftest/selftest.pl
index cf25fa149a..b4cc4c1719 100755
--- a/selftest/selftest.pl
+++ b/selftest/selftest.pl
@@ -758,7 +758,7 @@ sub setup_env($)
$option = "client" if $option eq "";
if ($envname eq "none") {
- $testenv_vars = \{};
+ $testenv_vars = {};
} elsif (defined(get_running_env($envname))) {
$testenv_vars = get_running_env($envname);
if (not $target->check_env($testenv_vars)) {