aboutsummaryrefslogtreecommitdiffstats
path: root/test/suite-wslua.sh
diff options
context:
space:
mode:
authorHadriel Kaplan <hadrielk@yahoo.com>2015-08-17 19:22:42 -0400
committerAnders Broman <a.broman58@gmail.com>2015-08-19 04:27:42 +0000
commitdcaa64a0508a23a2d8df4304a5a31cc4d53a6e90 (patch)
tree099429d4c4305e4ff0c90889e10bc8a82c18877c /test/suite-wslua.sh
parentd64ad1de91cb8303ce5b76faf0c5bdc0bf09a930 (diff)
Mergecap: add test suite for various merging scenarios
Add a test suite for mergecap (and indirectly capinfos I guess). This is not exhaustive, but it's a start. Change-Id: I9442b4c32e31a74b1673961ad6ab50821441de3e Reviewed-on: https://code.wireshark.org/review/10082 Reviewed-by: Hadriel Kaplan <hadrielk@yahoo.com> Reviewed-by: Anders Broman <a.broman58@gmail.com>
Diffstat (limited to 'test/suite-wslua.sh')
-rwxr-xr-xtest/suite-wslua.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/suite-wslua.sh b/test/suite-wslua.sh
index f5b61fdd82..f523f47a58 100755
--- a/test/suite-wslua.sh
+++ b/test/suite-wslua.sh
@@ -1,6 +1,6 @@
#!/bin/bash
#
-# Run the epan unit tests
+# Run the Lua API unit tests
#
# Wireshark - Network traffic analyzer
# By Gerald Combs <gerald@wireshark.org>