diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2008-09-21 15:55:08 +0200 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2008-09-21 15:55:08 +0200 |
commit | da987d8fb407a1386462e295f61ff7dcfb757d1d (patch) | |
tree | 853855d053b7c3daa783aa297e1b17f4b7036b59 | |
parent | 13c44dec5445d43d1a0c8625523896837374c06e (diff) | |
download | samba-da987d8fb407a1386462e295f61ff7dcfb757d1d.tar.gz samba-da987d8fb407a1386462e295f61ff7dcfb757d1d.tar.bz2 samba-da987d8fb407a1386462e295f61ff7dcfb757d1d.zip |
No longer set PATH during selftest, was only required for smbscript.
-rwxr-xr-x | source4/selftest/selftest.pl | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/source4/selftest/selftest.pl b/source4/selftest/selftest.pl index b6a31ac20e..51a354c7a4 100755 --- a/source4/selftest/selftest.pl +++ b/source4/selftest/selftest.pl @@ -417,8 +417,6 @@ sub prefix_pathvar($$) } } prefix_pathvar("PKG_CONFIG_PATH", "$old_pwd/bin/pkgconfig"); -# Required for smbscript: -prefix_pathvar("PATH", "$old_pwd/bin"); prefix_pathvar("PYTHONPATH", "$old_pwd/bin/python"); if ($opt_socket_wrapper_keep_pcap) { |