aboutsummaryrefslogtreecommitdiffstats
path: root/test/config.sh
diff options
context:
space:
mode:
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"