summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@yahoo.com>2017-10-11 09:28:54 -0400
committerLibravatar netblue30 <netblue30@yahoo.com>2017-10-11 09:28:54 -0400
commit4e3fd2f6a1792969a5eb728e88f6a5814f5724a6 (patch)
treedb721ffaf484fad07e46eb6c81b477beef9c7ea8 /test
parenttesting (diff)
downloadfirejail-4e3fd2f6a1792969a5eb728e88f6a5814f5724a6.tar.gz
firejail-4e3fd2f6a1792969a5eb728e88f6a5814f5724a6.tar.zst
firejail-4e3fd2f6a1792969a5eb728e88f6a5814f5724a6.zip
testing
Diffstat (limited to 'test')
-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 efdc48cd1..5e2397c2d 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" 10LIST+="vlc fbreader deluge gnome-mplayer xchat wine kcalc ktorrent"
11 11
12for app in $LIST; do 12for app in $LIST; do
13 which $app 13 which $app