The branch, master has been updated
       via  b88a0adbeda88729302bc8c8b027e197ebfc7015 (commit)
      from  fd82f593d75363e3d38f314425bc95ee192299b8 (commit)

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=master


- Log -----------------------------------------------------------------
commit b88a0adbeda88729302bc8c8b027e197ebfc7015
Author: Stefan Metzmacher <me...@samba.org>
Date:   Fri Jan 30 10:29:39 2009 +0100

    selftest: fix "none" test
    
    metze

-----------------------------------------------------------------------

Summary of changes:
 selftest/selftest.pl |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


Changeset truncated at 500 lines:

diff --git a/selftest/selftest.pl b/selftest/selftest.pl
index cf25fa1..b4cc4c1 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)) {


-- 
Samba Shared Repository

Reply via email to