Rev 11317: Fix selftest again. in file:///home/jelmer/bzr.samba/4.0-perlselftest/

Jelmer Vernooij jelmer at samba.org
Wed Feb 21 22:55:12 GMT 2007


At file:///home/jelmer/bzr.samba/4.0-perlselftest/

------------------------------------------------------------
revno: 11317
revision-id: jelmer at samba.org-20070221225505-cwazqmwe1hkiducp
parent: jelmer at samba.org-20070221223657-i2b4jrwzrjwh2yc4
committer: Jelmer Vernooij <jelmer at samba.org>
branch nick: 4.0-perlselftest
timestamp: Wed 2007-02-21 23:55:05 +0100
message:
  Fix selftest again.
modified:
  source/script/tests/selftest.pl svn-v2:20693 at 0c0555d6-39d7-0310-84fc-f1cc0bd64818-branches%2fSAMBA_4_0-source%2fscript%2ftests%2fselftest.pl
=== modified file 'source/script/tests/selftest.pl'
--- a/source/script/tests/selftest.pl	2007-02-21 22:36:57 +0000
+++ b/source/script/tests/selftest.pl	2007-02-21 22:55:05 +0000
@@ -362,7 +362,7 @@
 
 if ($opt_target eq "samba4") {
 	my $vars = Samba4::provision($prefix);
-	foreach (keys %$vars) { $ENV{$_} = $vars{$_}; }
+	foreach (keys %$vars) { $ENV{$_} = $vars->{$_}; }
 } elsif ($opt_target eq "win") {
 	die ("Windows tests will not run without root privileges.") 
 		if (`whoami` ne "root");



More information about the samba-cvs mailing list