aboutsummaryrefslogtreecommitdiffstats
path: root/test/suite_text2pcap.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/suite_text2pcap.py')
-rw-r--r--test/suite_text2pcap.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/suite_text2pcap.py b/test/suite_text2pcap.py
index e4ff07bd0e..0702e51d7a 100644
--- a/test/suite_text2pcap.py
+++ b/test/suite_text2pcap.py
@@ -129,7 +129,7 @@ def check_text2pcap(self, cap_file, file_type, expected_packets=None, expected_d
cf = cf_path,
of = testin_file,
)
- self.assertRun(tshark_cmd, shell=True, env=os.environ.copy())
+ self.assertRun(tshark_cmd, shell=True, env=config.baseEnv())
testout_fname = file_type_to_testout[file_type]
testout_file = self.filename_from_id(testout_fname)