aboutsummaryrefslogtreecommitdiffstats
path: root/test/suite-io.sh
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2006-05-31 19:12:15 +0000
committerGerald Combs <gerald@wireshark.org>2006-05-31 19:12:15 +0000
commiteb71f7fb96f883b748536eecde9f6f49eedbcfee (patch)
treee686fde4e5609ee0ed12778fccbded159b386785 /test/suite-io.sh
parent2fd928645b5aa69feb967d00f8604b98ed0dc237 (diff)
Rename the main executable to "wireshark", along with more conversions:
ethereal.com -> wireshark.org mailing lists and addresses ETHEREAL -> WIRESHARK Man pages Automake/Autoconf names svn path=/trunk/; revision=18271
Diffstat (limited to 'test/suite-io.sh')
-rw-r--r--test/suite-io.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/suite-io.sh b/test/suite-io.sh
index ebcfdedfd7..51eb98f823 100644
--- a/test/suite-io.sh
+++ b/test/suite-io.sh
@@ -127,7 +127,7 @@ io_step_input_piping() {
ethereal_io_suite() {
# Q: quit after cap, k: start capture immediately
- DUT="$ETHEREAL"
+ DUT="$WIRESHARK"
test_step_add "Input file" io_step_input_file
}