summaryrefslogtreecommitdiff
path: root/source4/selftest/selftest.pl
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2007-07-12 09:52:32 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 14:59:24 -0500
commit6646745d97d1f5c31b0a5e1b9f0c098e1392c58c (patch)
tree9940510f7ab7aa89779aab9e232dd867c8585dac /source4/selftest/selftest.pl
parent4955b21f68699826dfa9158681943673bbb10f6b (diff)
downloadsamba-6646745d97d1f5c31b0a5e1b9f0c098e1392c58c.tar.gz
samba-6646745d97d1f5c31b0a5e1b9f0c098e1392c58c.tar.bz2
samba-6646745d97d1f5c31b0a5e1b9f0c098e1392c58c.zip
r23851: export _ABS versions of PREFIX and SRCDIR
metze (This used to be commit 759b5d94b378429a35c9901b870a89c99dad14f2)
Diffstat (limited to 'source4/selftest/selftest.pl')
-rwxr-xr-xsource4/selftest/selftest.pl2
1 files changed, 2 insertions, 0 deletions
diff --git a/source4/selftest/selftest.pl b/source4/selftest/selftest.pl
index 45e352f731..04e54b0145 100755
--- a/source4/selftest/selftest.pl
+++ b/source4/selftest/selftest.pl
@@ -505,7 +505,9 @@ die("using an empty absolute prefix isn't allowed") unless $prefix_abs ne "";
die("using '/' as absolute prefix isn't allowed") unless $prefix_abs ne "/";
$ENV{PREFIX} = $prefix;
+$ENV{PREFIX_ABS} = $prefix_abs;
$ENV{SRCDIR} = $srcdir;
+$ENV{SRCDIR_ABS} = $srcdir_abs;
my $tls_enabled = not $opt_quick;
my $from_build_farm = (defined($ENV{RUN_FROM_BUILD_FARM}) and