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/apps-x11.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'test/apps-x11/apps-x11.sh') diff --git a/test/apps-x11/apps-x11.sh b/test/apps-x11/apps-x11.sh index 739a94f2e..965f1a56b 100755 --- a/test/apps-x11/apps-x11.sh +++ b/test/apps-x11/apps-x11.sh @@ -77,12 +77,12 @@ else echo "TESTING SKIP: transmission-gtk not found" fi -which icedove +which thunderbird if [ "$?" -eq 0 ]; then - echo "TESTING: icedove x11" - ./icedove.exp + echo "TESTING: thunderbird x11" + ./thunderbird.exp else - echo "TESTING SKIP: icedove not found" + echo "TESTING SKIP: thunderbird not found" fi -- cgit v1.2.3-54-g00ecf