summaryrefslogtreecommitdiffstats
path: root/bin/test_torbrowser-launcher.sh
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-12-07 11:17:45 +0100
committerHolger Levsen <holger@layer-acht.org>2015-12-07 11:17:45 +0100
commitc13a4d9b52b2b17e60f87a37d739b7bec0b3f6ff (patch)
treedd65377dae19f0029d4ca1e9bc64ae80ccb504fd /bin/test_torbrowser-launcher.sh
parenta9ef6cca87d28cd33c220343af33b584473e0a67 (diff)
downloadjenkins.debian.net-c13a4d9b52b2b17e60f87a37d739b7bec0b3f6ff.tar.xz
torbrowser tests: adopt --settings dialog handling for the upcoming 0.1.9-1+deb8u2 version
Diffstat (limited to 'bin/test_torbrowser-launcher.sh')
-rwxr-xr-xbin/test_torbrowser-launcher.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/test_torbrowser-launcher.sh b/bin/test_torbrowser-launcher.sh
index a6ee201f..66a84d65 100755
--- a/bin/test_torbrowser-launcher.sh
+++ b/bin/test_torbrowser-launcher.sh
@@ -188,7 +188,7 @@ download_and_launch() {
xvkbd -text "\t" > /dev/null 2>&1
sleep 1
TBL_VERSION=$(schroot --run-session -c $SESSION -- dpkg --status torbrowser-launcher |grep ^Version|cut -d " " -f2)
- if dpkg --compare-versions $TBL_VERSION lt 0.2.0-1~ ; then
+ if dpkg --compare-versions $TBL_VERSION lt 0.2.0-1~ && ! dpkg --compare-versions $TBL_VERSION gt 0.1.9-1+deb8u2~ ; then
echo "$(date -u) - torbrowser-launcher version <0.2.0-1~ detected ($TBL_VERSION), pressing <tab> three times more."
xvkbd -text "\t\t\t" > /dev/null 2>&1
sleep 1