aboutsummaryrefslogtreecommitdiffstats
path: root/test/apps/apps.sh
diff options
context:
space:
mode:
Diffstat (limited to 'test/apps/apps.sh')
-rwxr-xr-xtest/apps/apps.sh9
1 files changed, 9 insertions, 0 deletions
diff --git a/test/apps/apps.sh b/test/apps/apps.sh
index 37d66d609..3ecc161a1 100755
--- a/test/apps/apps.sh
+++ b/test/apps/apps.sh
@@ -60,6 +60,15 @@ else
60 echo "TESTING SKIP: transmission-qt not found" 60 echo "TESTING SKIP: transmission-qt not found"
61fi 61fi
62 62
63which qbittorrent
64if [ "$?" -eq 0 ];
65then
66 echo "TESTING: qbittorrent"
67 ./qbittorrent.exp
68else
69 echo "TESTING SKIP: qbittorrent not found"
70fi
71
63which evince 72which evince
64if [ "$?" -eq 0 ]; 73if [ "$?" -eq 0 ];
65then 74then