aboutsummaryrefslogtreecommitdiffstats
path: root/test/apps-x11-xorg/apps-x11-xorg.sh
diff options
context:
space:
mode:
Diffstat (limited to 'test/apps-x11-xorg/apps-x11-xorg.sh')
-rwxr-xr-xtest/apps-x11-xorg/apps-x11-xorg.sh9
1 files changed, 9 insertions, 0 deletions
diff --git a/test/apps-x11-xorg/apps-x11-xorg.sh b/test/apps-x11-xorg/apps-x11-xorg.sh
index 843fdc50b..568dee85d 100755
--- a/test/apps-x11-xorg/apps-x11-xorg.sh
+++ b/test/apps-x11-xorg/apps-x11-xorg.sh
@@ -25,6 +25,15 @@ else
25 echo "TESTING SKIP: transmission-gtk not found" 25 echo "TESTING SKIP: transmission-gtk not found"
26fi 26fi
27 27
28which transmission-qt 2>/dev/null
29if [ "$?" -eq 0 ];
30then
31 echo "TESTING: transmission-qt x11 xorg"
32 ./transmission-qt.exp
33else
34 echo "TESTING SKIP: transmission-qt not found"
35fi
36
28which thunderbird 2>/dev/null 37which thunderbird 2>/dev/null
29if [ "$?" -eq 0 ]; 38if [ "$?" -eq 0 ];
30then 39then