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/apps-x11.sh | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'test/apps-x11') diff --git a/test/apps-x11/apps-x11.sh b/test/apps-x11/apps-x11.sh index 2e0031dd9..c12b11f3e 100755 --- a/test/apps-x11/apps-x11.sh +++ b/test/apps-x11/apps-x11.sh @@ -10,20 +10,20 @@ echo "TESTING: no x11 (test/apps-x11/x11-none.exp)" ./x11-none.exp -which xterm +which xterm 2>/dev/null if [ "$?" -eq 0 ]; then echo "TESTING: xterm x11 xorg" ./xterm-xorg.exp - which xpra + which xpra 2>/dev/null if [ "$?" -eq 0 ]; then echo "TESTING: xterm x11 xpra" ./xterm-xpra.exp fi - which Xephyr + which Xephyr 2>/dev/null if [ "$?" -eq 0 ]; then echo "TESTING: xterm x11 xephyr" @@ -34,13 +34,13 @@ else fi # check xpra/xephyr -which xpra +which xpra 2>/dev/null if [ "$?" -eq 0 ]; then echo "xpra found" else echo "xpra not found" - which Xephyr + which Xephyr 2>/dev/null if [ "$?" -eq 0 ]; then echo "Xephyr found" @@ -50,7 +50,7 @@ else fi fi -which firefox +which firefox 2>/dev/null if [ "$?" -eq 0 ]; then echo "TESTING: firefox x11" @@ -59,7 +59,7 @@ else echo "TESTING SKIP: firefox not found" fi -which chromium +which chromium 2>/dev/null if [ "$?" -eq 0 ]; then echo "TESTING: chromium x11" @@ -68,7 +68,7 @@ else echo "TESTING SKIP: chromium not found" fi -which transmission-gtk +which transmission-gtk 2>/dev/null if [ "$?" -eq 0 ]; then echo "TESTING: transmission-gtk x11" @@ -77,7 +77,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" -- cgit v1.2.3-54-g00ecf