aboutsummaryrefslogtreecommitdiffstats
path: root/test/apps-x11-xorg/apps-x11-xorg.sh
diff options
context:
space:
mode:
authorLibravatar Reiner Herrmann <reiner@reiner-h.de>2017-03-25 12:44:45 +0100
committerLibravatar Reiner Herrmann <reiner@reiner-h.de>2017-03-25 12:44:45 +0100
commit118afb4479662881160b96b0cdfa2f07825ae910 (patch)
tree785d9e7b845df26e80f07b3e13efb274360df88e /test/apps-x11-xorg/apps-x11-xorg.sh
parenttesting (diff)
downloadfirejail-118afb4479662881160b96b0cdfa2f07825ae910.tar.gz
firejail-118afb4479662881160b96b0cdfa2f07825ae910.tar.zst
firejail-118afb4479662881160b96b0cdfa2f07825ae910.zip
Use thunderbird instead of icedove for testing
Thunderbird is back in Debian, and Icedove is gone. Tests will then also run in more distributions.
Diffstat (limited to 'test/apps-x11-xorg/apps-x11-xorg.sh')
-rwxr-xr-xtest/apps-x11-xorg/apps-x11-xorg.sh8
1 files changed, 4 insertions, 4 deletions
diff --git a/test/apps-x11-xorg/apps-x11-xorg.sh b/test/apps-x11-xorg/apps-x11-xorg.sh
index d39d8390e..7d1d681ab 100755
--- a/test/apps-x11-xorg/apps-x11-xorg.sh
+++ b/test/apps-x11-xorg/apps-x11-xorg.sh
@@ -24,12 +24,12 @@ else
24 echo "TESTING SKIP: transmission-gtk not found" 24 echo "TESTING SKIP: transmission-gtk not found"
25fi 25fi
26 26
27which icedove 27which thunderbird
28if [ "$?" -eq 0 ]; 28if [ "$?" -eq 0 ];
29then 29then
30 echo "TESTING: icedove x11 xorg" 30 echo "TESTING: thunderbird x11 xorg"
31 ./icedove.exp 31 ./thunderbird.exp
32else 32else
33 echo "TESTING SKIP: icedove not found" 33 echo "TESTING SKIP: thunderbird not found"
34fi 34fi
35 35