aboutsummaryrefslogtreecommitdiffstats
path: root/test/apps/apps.sh
diff options
context:
space:
mode:
Diffstat (limited to 'test/apps/apps.sh')
-rwxr-xr-xtest/apps/apps.sh8
1 files changed, 4 insertions, 4 deletions
diff --git a/test/apps/apps.sh b/test/apps/apps.sh
index 4b7afe1a9..fc04f188b 100755
--- a/test/apps/apps.sh
+++ b/test/apps/apps.sh
@@ -106,13 +106,13 @@ else
106 echo "TESTING SKIP: gthumb not found" 106 echo "TESTING SKIP: gthumb not found"
107fi 107fi
108 108
109which icedove 109which thunderbird
110if [ "$?" -eq 0 ]; 110if [ "$?" -eq 0 ];
111then 111then
112 echo "TESTING: icedove" 112 echo "TESTING: thunderbird"
113 ./icedove.exp 113 ./thunderbird.exp
114else 114else
115 echo "TESTING SKIP: icedove not found" 115 echo "TESTING SKIP: thunderbird not found"
116fi 116fi
117 117
118which vlc 118which vlc