svn commit: samba r22377 - in branches/SAMBA_4_0/source/script/tests: .

metze at samba.org metze at samba.org
Thu Apr 19 15:03:36 GMT 2007


Author: metze
Date: 2007-04-19 15:03:35 +0000 (Thu, 19 Apr 2007)
New Revision: 22377

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=22377

Log:
implement check_env() for samba4

metze
Modified:
   branches/SAMBA_4_0/source/script/tests/Samba4.pm


Changeset:
Modified: branches/SAMBA_4_0/source/script/tests/Samba4.pm
===================================================================
--- branches/SAMBA_4_0/source/script/tests/Samba4.pm	2007-04-19 14:58:22 UTC (rev 22376)
+++ branches/SAMBA_4_0/source/script/tests/Samba4.pm	2007-04-19 15:03:35 UTC (rev 22377)
@@ -679,8 +679,9 @@
 {
 	my ($self, $envvars) = @_;
 
-	# TODO ...
-	return 1;
+	return 1 if (-p $envvars->{SMBD_TEST_FIFO});
+
+	return 0;
 }
 
 sub setup_env($$$)



More information about the samba-cvs mailing list