aboutsummaryrefslogtreecommitdiffstats
path: root/test/apps/apps.sh
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@yahoo.com>2016-06-10 08:56:55 -0400
committerLibravatar netblue30 <netblue30@yahoo.com>2016-06-10 08:56:55 -0400
commitca592b90f11fff9737731c69d1e1e2439b6e3c44 (patch)
tree2759548f4df8041c174029843527060d6f37b199 /test/apps/apps.sh
parentprivate-bin conversion (diff)
downloadfirejail-ca592b90f11fff9737731c69d1e1e2439b6e3c44.tar.gz
firejail-ca592b90f11fff9737731c69d1e1e2439b6e3c44.tar.zst
firejail-ca592b90f11fff9737731c69d1e1e2439b6e3c44.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 3ecc161a1..fa56ce370 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 filezilla
73if [ "$?" -eq 0 ];
74then
75 echo "TESTING: filezilla"
76 ./filezilla.exp
77else
78 echo "TESTING SKIP: filezilla not found"
79fi
80
72which evince 81which evince
73if [ "$?" -eq 0 ]; 82if [ "$?" -eq 0 ];
74then 83then