aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2018-02-14 14:02:04 -0800
committerGerald Combs <gerald@wireshark.org>2018-02-14 22:30:15 +0000
commit2934683aa1887e247f15bc04ab705c52fbb225df (patch)
tree5ed02ee514953d5df255ab516f9b03ba978dd691 /test
parentbfedd74e99a04fb4ef802fb8a663e3bf76721992 (diff)
Fix a typo in the I/O tests.
Change-Id: I45bfa6eb9245d0f470a0316141f81c99cc5a9754 Reviewed-on: https://code.wireshark.org/review/25797 Reviewed-by: Gerald Combs <gerald@wireshark.org>
Diffstat (limited to 'test')
-rwxr-xr-xtest/suite-io.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/suite-io.sh b/test/suite-io.sh
index 068eb81b1e..cd762bbc3f 100755
--- a/test/suite-io.sh
+++ b/test/suite-io.sh
@@ -121,7 +121,7 @@ io_step_input_piping() {
cat ./testout.txt
cat ./testout2.txt
$TSHARK -D
- test_step_failed "No or not enough traffic captsured. Probably the wrong interface: $TRAFFIC_CAPTURE_IFACE!"
+ test_step_failed "No or not enough traffic captured. Probably the wrong interface: $TRAFFIC_CAPTURE_IFACE!"
fi
}