From ac8e9106862fc4d49c070d3d307f43df9d7cc842 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Sat, 30 Oct 2010 11:29:49 +1100 Subject: s4-modules: remove LD_SAMBA_MODULE_PATH this isn't needed now that we automatically get the module path right in our build and install trees Pair-Programmed-With: Andrew Bartlett --- selftest/selftest.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'selftest/selftest.pl') diff --git a/selftest/selftest.pl b/selftest/selftest.pl index eabee7a766..8980fdfe58 100755 --- a/selftest/selftest.pl +++ b/selftest/selftest.pl @@ -421,7 +421,7 @@ $ENV{EXEEXT} = $exeext; my $tls_enabled = not $opt_quick; $ENV{TLS_ENABLED} = ($tls_enabled?"yes":"no"); $ENV{LDB_MODULES_PATH} = "$bindir_abs/modules/ldb"; -$ENV{LD_SAMBA_MODULE_PATH} = "$bindir_abs/modules"; + sub prefix_pathvar($$) { my ($name, $newpath) = @_; -- cgit