From 14faf11d2da1bf31fb92fcec91b8a511e4a3f1a6 Mon Sep 17 00:00:00 2001 From: netblue30 Date: Thu, 26 Apr 2018 10:36:27 -0400 Subject: centos testing --- test/apps/apps.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/apps/apps.sh') 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 LIST+="vlc fbreader deluge gnome-mplayer xchat wine kcalc ktorrent hexchat" for app in $LIST; do - which $app + which $app 2>/dev/null if [ "$?" -eq 0 ]; then echo "TESTING: $app" -- cgit v1.2.3-54-g00ecf