aboutsummaryrefslogtreecommitdiffstats
path: root/test/apps/apps.sh
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@yahoo.com>2016-06-10 08:40:24 -0400
committerLibravatar netblue30 <netblue30@yahoo.com>2016-06-10 08:40:24 -0400
commit783251e0749e27e28b3ac54b5047f10cf1c44016 (patch)
tree7fddeee60485e3183ed2d7590efad8e32ed27b53 /test/apps/apps.sh
parentx11 work (diff)
downloadfirejail-783251e0749e27e28b3ac54b5047f10cf1c44016.tar.gz
firejail-783251e0749e27e28b3ac54b5047f10cf1c44016.tar.zst
firejail-783251e0749e27e28b3ac54b5047f10cf1c44016.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 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