diff options
author | Günther Deschner <gd@samba.org> | 2010-01-19 00:55:48 +0100 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2010-01-19 14:14:30 +0100 |
commit | c971c10a63841d9b850d10ce856e813e37cace36 (patch) | |
tree | 7c9812c56b330bea9a61818c23a3b59a0b45a40b /selftest | |
parent | f5bba4034b362d354409932f0b0cef0e4d44a08d (diff) | |
download | samba-c971c10a63841d9b850d10ce856e813e37cace36.tar.gz samba-c971c10a63841d9b850d10ce856e813e37cace36.tar.xz samba-c971c10a63841d9b850d10ce856e813e37cace36.zip |
s3-selftest: use absolute path when setting SOCKET_WRAPPER_DIR.
Guenther
Diffstat (limited to 'selftest')
-rwxr-xr-x | selftest/selftest.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/selftest/selftest.pl b/selftest/selftest.pl index 883d2a0d46..ba66049616 100755 --- a/selftest/selftest.pl +++ b/selftest/selftest.pl @@ -445,7 +445,7 @@ if ($opt_socket_wrapper_pcap) { my $socket_wrapper_dir; if ($opt_socket_wrapper) { - $socket_wrapper_dir = SocketWrapper::setup_dir("$prefix/w", $opt_socket_wrapper_pcap); + $socket_wrapper_dir = SocketWrapper::setup_dir("$prefix_abs/w", $opt_socket_wrapper_pcap); print "SOCKET_WRAPPER_DIR=$socket_wrapper_dir\n"; } else { unless ($< == 0) { |