aboutsummaryrefslogtreecommitdiffstats
path: root/test/suite_follow.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/suite_follow.py')
-rw-r--r--test/suite_follow.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/suite_follow.py b/test/suite_follow.py
index 3144bce43b..1e3df4f808 100644
--- a/test/suite_follow.py
+++ b/test/suite_follow.py
@@ -27,7 +27,7 @@ class case_follow_tcp(subprocesstest.SubprocessTestCase):
# 6. lost but acked segments
# 7. lost 3/5 fragments, but acked
# Not checked: lost and not acked (currently truncated, is that OK?)
- proc = self.runProcess((cmd_tshark,
+ proc = self.assertRun((cmd_tshark,
'-r', capture_file('tcp-badsegments.pcap'),
'-qz', 'follow,tcp,hex,0',
))