aboutsummaryrefslogtreecommitdiffstats
path: root/test/apps/apps.sh
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@yahoo.com>2018-04-26 10:36:27 -0400
committerLibravatar netblue30 <netblue30@yahoo.com>2018-04-26 10:36:27 -0400
commit14faf11d2da1bf31fb92fcec91b8a511e4a3f1a6 (patch)
tree874cbd6c97b02b94eeae89485b420133785d5310 /test/apps/apps.sh
parentstill tweaking baloo (diff)
downloadfirejail-14faf11d2da1bf31fb92fcec91b8a511e4a3f1a6.tar.gz
firejail-14faf11d2da1bf31fb92fcec91b8a511e4a3f1a6.tar.zst
firejail-14faf11d2da1bf31fb92fcec91b8a511e4a3f1a6.zip
centos testing
Diffstat (limited to 'test/apps/apps.sh')
-rwxr-xr-xtest/apps/apps.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/apps/apps.sh b/test/apps/apps.sh
index 4e0a9cc08..a3d0c4dc7 100755
--- a/test/apps/apps.sh
+++ b/test/apps/apps.sh
@@ -10,7 +10,7 @@ LIST="firefox midori chromium opera transmission-qt qbittorrent uget-gtk filezil
10LIST+="vlc fbreader deluge gnome-mplayer xchat wine kcalc ktorrent hexchat" 10LIST+="vlc fbreader deluge gnome-mplayer xchat wine kcalc ktorrent hexchat"
11 11
12for app in $LIST; do 12for app in $LIST; do
13 which $app 13 which $app 2>/dev/null
14 if [ "$?" -eq 0 ]; 14 if [ "$?" -eq 0 ];
15 then 15 then
16 echo "TESTING: $app" 16 echo "TESTING: $app"