Test: Add a missing global.

Change-Id: I5410b427b452678b24d7ee079ec48cc8300de3a0
Reviewed-on: https://code.wireshark.org/review/27232
Reviewed-by: Gerald Combs <gerald@wireshark.org>
This commit is contained in:
Gerald Combs 2018-04-30 14:57:07 -07:00
parent edd9e8387e
commit c353a12cc0
1 changed files with 1 additions and 0 deletions

View File

@ -31,6 +31,7 @@ can_capture = False
capture_interface = None
# Our executables
program_path = None
# Strings
cmd_capinfos = None
cmd_dumpcap = None