summaryrefslogtreecommitdiff
path: root/selftest/selftest.pl
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2009-01-30 10:29:39 +0100
committerStefan Metzmacher <metze@samba.org>2009-01-30 10:31:36 +0100
commitb88a0adbeda88729302bc8c8b027e197ebfc7015 (patch)
tree29c67a0b27909b41dd542b33d2722bb1406990fe /selftest/selftest.pl
parentfd82f593d75363e3d38f314425bc95ee192299b8 (diff)
downloadsamba-b88a0adbeda88729302bc8c8b027e197ebfc7015.tar.gz
samba-b88a0adbeda88729302bc8c8b027e197ebfc7015.tar.bz2
samba-b88a0adbeda88729302bc8c8b027e197ebfc7015.zip
selftest: fix "none" test
metze
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)) {