aboutsummaryrefslogtreecommitdiffstats
path: root/test/apps/apps.sh
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@yahoo.com>2016-06-10 11:22:24 -0400
committerLibravatar netblue30 <netblue30@yahoo.com>2016-06-10 11:22:24 -0400
commitf5b452bc4276ff2abecae522d9598441899293f1 (patch)
tree81084de530711c44752cec367acecec9d27dd060 /test/apps/apps.sh
parentprivate-bin conversion (diff)
downloadfirejail-f5b452bc4276ff2abecae522d9598441899293f1.tar.gz
firejail-f5b452bc4276ff2abecae522d9598441899293f1.tar.zst
firejail-f5b452bc4276ff2abecae522d9598441899293f1.zip
private-bin conversion
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