From 118afb4479662881160b96b0cdfa2f07825ae910 Mon Sep 17 00:00:00 2001 From: Reiner Herrmann Date: Sat, 25 Mar 2017 12:44:45 +0100 Subject: Use thunderbird instead of icedove for testing Thunderbird is back in Debian, and Icedove is gone. Tests will then also run in more distributions. --- test/apps-x11-xorg/apps-x11-xorg.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'test/apps-x11-xorg/apps-x11-xorg.sh') 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 echo "TESTING SKIP: transmission-gtk not found" fi -which icedove +which thunderbird if [ "$?" -eq 0 ]; then - echo "TESTING: icedove x11 xorg" - ./icedove.exp + echo "TESTING: thunderbird x11 xorg" + ./thunderbird.exp else - echo "TESTING SKIP: icedove not found" + echo "TESTING SKIP: thunderbird not found" fi -- cgit v1.2.3-70-g09d2