aboutsummaryrefslogtreecommitdiffstats
path: root/test/config.sh
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2014-12-30 12:38:52 -0800
committerGerald Combs <gerald@wireshark.org>2014-12-30 21:20:28 +0000
commitdcbebe0eaccfba338eaa11df17197ab0f928766a (patch)
tree74c54e923e5371eb056a96da65aac3bd9d3ab3cd /test/config.sh
parent3b578619098dc86e69a2ddbbc5b10d0fdb062537 (diff)
Test suite: Start testing our output for valid UTF-8.
Feed the output of `tshark -G <glossary>` to `iconv -f UTF-8`. Adjust a couple of the Bluetooth dissectors and X11 keysyms accordingly. Change-Id: I5b04dc3fa4734c8f0a795daf44bd398fe5ebc1bd Reviewed-on: https://code.wireshark.org/review/6146 Petri-Dish: Gerald Combs <gerald@wireshark.org> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Gerald Combs <gerald@wireshark.org>
Diffstat (limited to 'test/config.sh')
-rwxr-xr-xtest/config.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/config.sh b/test/config.sh
index fc28e98874..5d2bae23c4 100755
--- a/test/config.sh
+++ b/test/config.sh
@@ -105,6 +105,9 @@ CAPTURE_DIR="$TESTS_DIR/captures/"
$TSHARK -v | grep -q "with Lua"
HAVE_LUA=$?
+HAVE_ICONV="False"
+hash iconv 2>/dev/null && HAVE_ICONV="True"
+
# Display our environment
##printf "\n ------- Info =-----------------\n"