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-x11-xorg/apps-x11-xorg.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'test/apps-x11-xorg') diff --git a/test/apps-x11-xorg/apps-x11-xorg.sh b/test/apps-x11-xorg/apps-x11-xorg.sh index 32331f786..ea07d3713 100755 --- a/test/apps-x11-xorg/apps-x11-xorg.sh +++ b/test/apps-x11-xorg/apps-x11-xorg.sh @@ -6,7 +6,7 @@ export MALLOC_CHECK_=3 export MALLOC_PERTURB_=$(($RANDOM % 255 + 1)) -which firefox +which firefox 2>/dev/null if [ "$?" -eq 0 ]; then echo "TESTING: firefox x11 xorg" @@ -15,7 +15,7 @@ else echo "TESTING SKIP: firefox not found" fi -which transmission-gtk +which transmission-gtk 2>/dev/null if [ "$?" -eq 0 ]; then echo "TESTING: transmission-gtk x11 xorg" @@ -24,7 +24,7 @@ else echo "TESTING SKIP: transmission-gtk not found" fi -which thunderbird +which thunderbird 2>/dev/null if [ "$?" -eq 0 ]; then echo "TESTING: thunderbird x11 xorg" -- cgit v1.2.3-54-g00ecf