summaryrefslogtreecommitdiff
path: root/source4/script/tests/SocketWrapper.pm
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2007-04-04 14:24:44 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 14:49:48 -0500
commitcb04f015eee8da5efa8f6fd2fb8e6493e3e7aa9b (patch)
tree3553e6efb77f5acb587ba27022183718f04eb03e /source4/script/tests/SocketWrapper.pm
parentbc8474b5cc23f4bbbef0a5b2cffa8bbd5e6d3ac2 (diff)
downloadsamba-cb04f015eee8da5efa8f6fd2fb8e6493e3e7aa9b.tar.gz
samba-cb04f015eee8da5efa8f6fd2fb8e6493e3e7aa9b.tar.bz2
samba-cb04f015eee8da5efa8f6fd2fb8e6493e3e7aa9b.zip
r22077: Import only necessary test variables, more refactoring.
(This used to be commit 150bb2238ea91ead3bdde0a34ff801b79bc83ec3)
Diffstat (limited to 'source4/script/tests/SocketWrapper.pm')
-rw-r--r--source4/script/tests/SocketWrapper.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/script/tests/SocketWrapper.pm b/source4/script/tests/SocketWrapper.pm
index d01aba829e..9f6c879663 100644
--- a/source4/script/tests/SocketWrapper.pm
+++ b/source4/script/tests/SocketWrapper.pm
@@ -31,6 +31,7 @@ sub setup_pcap($)
{
my ($pcap_file) = @_;
+ $ENV{SOCKET_WRAPPER_PCAP_FILE} = $pcap_file;
}
sub set_default_iface($)