aboutsummaryrefslogtreecommitdiffstats
path: root/test/apps/apps.sh
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@yahoo.com>2017-10-16 08:58:30 -0400
committerLibravatar netblue30 <netblue30@yahoo.com>2017-10-16 08:58:30 -0400
commitf25fa5cbc2859e4b9f13fcfea79942e1056e1a89 (patch)
tree08657bd95245d1e8495cc1ba63ad5a395d54109b /test/apps/apps.sh
parentspeed up travis (diff)
downloadfirejail-f25fa5cbc2859e4b9f13fcfea79942e1056e1a89.tar.gz
firejail-f25fa5cbc2859e4b9f13fcfea79942e1056e1a89.tar.zst
firejail-f25fa5cbc2859e4b9f13fcfea79942e1056e1a89.zip
added private-lib to eog, eom, file, gpicview, less, strings, and tar
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 5e2397c2d..04b6f0c85 100755
--- a/test/apps/apps.sh
+++ b/test/apps/apps.sh
@@ -7,7 +7,7 @@ export MALLOC_CHECK_=3
7export MALLOC_PERTURB_=$(($RANDOM % 255 + 1)) 7export MALLOC_PERTURB_=$(($RANDOM % 255 + 1))
8 8
9LIST="firefox midori chromium opera transmission-qt qbittorrent uget-gtk filezilla gthumb thunderbird " 9LIST="firefox midori chromium opera transmission-qt qbittorrent uget-gtk filezilla gthumb thunderbird "
10LIST+="vlc fbreader deluge gnome-mplayer xchat wine kcalc ktorrent" 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