summaryrefslogtreecommitdiff
path: root/source4/script/tests/Samba3.pm
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2007-04-19 14:54:09 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 14:51:10 -0500
commite2deb0013687ebd887241f81cf616a06d4b1a08d (patch)
treebd466fc204059ce59cb8b415ad1dff4a767bff84 /source4/script/tests/Samba3.pm
parent49f71c5c970e51a8918b3624e4f41d99751b4a2a (diff)
downloadsamba-e2deb0013687ebd887241f81cf616a06d4b1a08d.tar.gz
samba-e2deb0013687ebd887241f81cf616a06d4b1a08d.tar.bz2
samba-e2deb0013687ebd887241f81cf616a06d4b1a08d.zip
r22375: implement check_env() logic in the frontend
metze (This used to be commit 0b48ca5d3ebe8fe29774d85ee15e473af8c0714d)
Diffstat (limited to 'source4/script/tests/Samba3.pm')
-rw-r--r--source4/script/tests/Samba3.pm8
1 files changed, 8 insertions, 0 deletions
diff --git a/source4/script/tests/Samba3.pm b/source4/script/tests/Samba3.pm
index 478a79e2af..f040432ce6 100644
--- a/source4/script/tests/Samba3.pm
+++ b/source4/script/tests/Samba3.pm
@@ -47,6 +47,14 @@ sub getlog_env($$)
return "";
}
+sub check_env($$)
+{
+ my ($self, $envvars) = @_;
+
+ # TODO ...
+ return 1;
+}
+
sub setup_env($$$)
{
my ($self, $envname, $path) = @_;