aboutsummaryrefslogtreecommitdiffstats
path: root/test/suite_io.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/suite_io.py')
-rw-r--r--test/suite_io.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/suite_io.py b/test/suite_io.py
index 9561b6418e..9b0fa9cf42 100644
--- a/test/suite_io.py
+++ b/test/suite_io.py
@@ -47,7 +47,7 @@ def check_io_4_packets(self, capture_file, cmd=None, from_stdin=False, to_stdout
io_proc = self.runProcess(stdout_cmd, shell=True)
else: # direct->direct
# $DUT -r "${CAPTURE_DIR}dhcp.pcap" -w ./testout.pcap > ./testout.txt 2>&1
- io_proc = self.runProcess(subprocesstest.capture_command(cmd,
+ io_proc = self.runProcess((cmd,
'-r', capture_file('dhcp.pcap'),
'-w', testout_file,
))