aboutsummaryrefslogtreecommitdiffstats
path: root/test/apps/apps.sh
diff options
context:
space:
mode:
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"