|
|
Author: metze
Date: 2007-05-01 03:30:04 +0000 (Tue, 01 May 2007)
New Revision: 22625
WebSVN:
http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=22625
Log:
hopefully fix make test on solaris
metze
Modified:
branches/SAMBA_4_0/source/selftest/Samba4.pm
Changeset:
Modified: branches/SAMBA_4_0/source/selftest/Samba4.pm
===================================================================
--- branches/SAMBA_4_0/source/selftest/Samba4.pm 2007-05-01 03:28:12 UTC
(rev 22624)
+++ branches/SAMBA_4_0/source/selftest/Samba4.pm 2007-05-01 03:30:04 UTC
(rev 22625)
@@ -599,7 +599,7 @@
die("Failed to create a valid smb.conf configuration!");
}
- (system("($self->{bindir}/testparm $configuration -v --suppress-prompt
--parameter-name=\"netbios name\" --section-name=global 2> /dev/null | grep -i
^$netbiosname ) >/dev/null 2>&1") == 0) or die("Failed to create a valid
smb.conf configuration!");
+ (system("($self->{bindir}/testparm $configuration -v --suppress-prompt
--parameter-name=\"netbios name\" --section-name=global 2> /dev/null | grep -i
\"^$netbiosname\" ) >/dev/null 2>&1") == 0) or die("Failed to create a valid
smb.conf configuration!");
my @provision_options = ($configuration);
push (@provision_options, "--host-name=$netbiosname");
|
|