summaryrefslogtreecommitdiff
path: root/selftest
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2010-12-10 17:15:18 +0100
committerGünther Deschner <gd@samba.org>2010-12-13 13:06:05 +0100
commita43a1d922611a0610f8d815285e91dff6d77d629 (patch)
tree61d2b9dd5e39699f3443baa7f1c79c76de101f9a /selftest
parentb4d398f8e3f5f073f0424395b792c1487a2f2ca8 (diff)
downloadsamba-a43a1d922611a0610f8d815285e91dff6d77d629.tar.gz
samba-a43a1d922611a0610f8d815285e91dff6d77d629.tar.bz2
samba-a43a1d922611a0610f8d815285e91dff6d77d629.zip
s3-selftest: support differing VFSLIBDIR in autoconf and waf build.
With this change make test in the s3 waf build (w/o s4 smbtorture yet) works! Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Mon Dec 13 13:06:05 CET 2010 on sn-devel-104
Diffstat (limited to 'selftest')
-rw-r--r--selftest/target/Samba3.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/selftest/target/Samba3.pm b/selftest/target/Samba3.pm
index 3d1ae4e611..279fc65c7b 100644
--- a/selftest/target/Samba3.pm
+++ b/selftest/target/Samba3.pm
@@ -356,7 +356,7 @@ sub provision($$$$$$)
my $prefix_abs = abs_path($prefix);
my $bindir_abs = abs_path($self->{bindir});
- my $vfs_modulesdir_abs = $bindir_abs;
+ my $vfs_modulesdir_abs = ($ENV{VFSLIBDIR} or $bindir_abs);
my @dirs = ();