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 bbfe2a606..c329c57e5 100755
--- a/test/apps/apps.sh
+++ b/test/apps/apps.sh
@@ -69,6 +69,15 @@ else
69 echo "TESTING SKIP: qbittorrent not found" 69 echo "TESTING SKIP: qbittorrent not found"
70fi 70fi
71 71
72which uget-gtk
73if [ "$?" -eq 0 ];
74then
75 echo "TESTING: uget"
76 ./uget-gtk.exp
77else
78 echo "TESTING SKIP: uget-gtk not found"
79fi
80
72which filezilla 81which filezilla
73if [ "$?" -eq 0 ]; 82if [ "$?" -eq 0 ];
74then 83then