aboutsummaryrefslogtreecommitdiffstats
path: root/test/test.sh
diff options
context:
space:
mode:
Diffstat (limited to 'test/test.sh')
-rwxr-xr-xtest/test.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/test.sh b/test/test.sh
index 8aa4069da5..1dafe8df68 100755
--- a/test/test.sh
+++ b/test/test.sh
@@ -59,7 +59,6 @@ MYDIR=$(dirname $0)
if [ -d run ]; then
if [ -e run/tshark -o -e run/dumpcap -o -e run/rawshark ]; then
WS_BIN_PATH=${WS_BIN_PATH:-$(cd run && pwd)}
- WS_QT_BIN_PATH=${WS_QT_BIN_PATH:-$WS_BIN_PATH}
fi
fi
source $MYDIR/test-backend.sh