diff options
Diffstat (limited to 'source4/script/tests/SocketWrapper.pm')
-rw-r--r-- | source4/script/tests/SocketWrapper.pm | 1 |
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($) |