aboutsummaryrefslogtreecommitdiffstats
path: root/test/apps/apps.sh
diff options
context:
space:
mode:
Diffstat (limited to 'test/apps/apps.sh')
-rwxr-xr-xtest/apps/apps.sh3
1 files changed, 1 insertions, 2 deletions
diff --git a/test/apps/apps.sh b/test/apps/apps.sh
index 83e977ba0..ed4b7604a 100755
--- a/test/apps/apps.sh
+++ b/test/apps/apps.sh
@@ -11,8 +11,7 @@ LIST="firefox midori chromium opera transmission-qt qbittorrent uget-gtk filezil
11LIST+="vlc fbreader deluge gnome-mplayer xchat wine kcalc ktorrent hexchat" 11LIST+="vlc fbreader deluge gnome-mplayer xchat wine kcalc ktorrent hexchat"
12 12
13for app in $LIST; do 13for app in $LIST; do
14 which $app 2>/dev/null 14 if command -v "$app"
15 if [ "$?" -eq 0 ];
16 then 15 then
17 echo "TESTING: $app" 16 echo "TESTING: $app"
18 ./$app.exp 17 ./$app.exp