aboutsummaryrefslogtreecommitdiffstats
path: root/test/config.sh
diff options
context:
space:
mode:
Diffstat (limited to 'test/config.sh')
-rw-r--r--test/config.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/config.sh b/test/config.sh
index e3fd1003f5..394c18c00b 100644
--- a/test/config.sh
+++ b/test/config.sh
@@ -47,7 +47,7 @@ DUMPCAP=$WS_BIN_PATH/dumpcap
# interface with at least a few packets/sec traffic on it
# (e.g. start a web radio to generate some traffic :-)
# an interfaces index (1 based) should do well for recent devbuilds
-TRAFFIC_CAPTURE_IFACE=3
+TRAFFIC_CAPTURE_IFACE=${TRAFFIC_CAPTURE_IFACE:-3}
# time to capture some traffic (in seconds)
# (you may increase this if you get errors caused by very low traffic)