diff options
author | Andrew Bartlett <abartlet@samba.org> | 2007-03-12 00:24:03 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 14:49:26 -0500 |
commit | 67e22aa6ffcdebf06324d1797989cd863fb5c0f8 (patch) | |
tree | ec378e27352a63b549923c515c8ac56d3a4c3c36 /source4/script/tests/Samba4.pm | |
parent | 7b706c70915ebcb5663d7a7c15610ac4cf594440 (diff) | |
download | samba-67e22aa6ffcdebf06324d1797989cd863fb5c0f8.tar.gz samba-67e22aa6ffcdebf06324d1797989cd863fb5c0f8.tar.bz2 samba-67e22aa6ffcdebf06324d1797989cd863fb5c0f8.zip |
r21790: Setup the socket_wrapper_dir when we set the environment variable.
Andrew Bartlett
(This used to be commit 5c07dbd2487c5c23355ad0e3db6e9f9caf8ce145)
Diffstat (limited to 'source4/script/tests/Samba4.pm')
-rw-r--r-- | source4/script/tests/Samba4.pm | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/source4/script/tests/Samba4.pm b/source4/script/tests/Samba4.pm index 65b55fcee0..c4c0598ff5 100644 --- a/source4/script/tests/Samba4.pm +++ b/source4/script/tests/Samba4.pm @@ -58,14 +58,6 @@ sub smbd_check_or_start($$$$$$) warn("Not using socket wrapper, but also not running as root. Will not be able to listen on proper ports") unless defined($socket_wrapper_dir) or $< == 0; - if (defined($socket_wrapper_dir)) { - if ( -d $socket_wrapper_dir ) { - unlink <$socket_wrapper_dir/*>; - } else { - mkdir($socket_wrapper_dir); - } - } - unlink($test_fifo); POSIX::mkfifo($test_fifo, 0700); unlink($test_log); |