From 14faf11d2da1bf31fb92fcec91b8a511e4a3f1a6 Mon Sep 17 00:00:00 2001 From: netblue30 Date: Thu, 26 Apr 2018 10:36:27 -0400 Subject: centos testing --- test/overlay/overlay.sh | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'test/overlay/overlay.sh') diff --git a/test/overlay/overlay.sh b/test/overlay/overlay.sh index 6b7f779d7..9daf1f5f6 100755 --- a/test/overlay/overlay.sh +++ b/test/overlay/overlay.sh @@ -21,7 +21,7 @@ rm -fr ~/_firejail_test_* ./fs-tmpfs.exp rm -fr ~/_firejail_test_* -which firefox +which firefox 2>/dev/null if [ "$?" -eq 0 ]; then echo "TESTING: overlay firefox" @@ -30,7 +30,7 @@ else echo "TESTING SKIP: firefox not found" fi -which firefox +which firefox 2>/dev/null if [ "$?" -eq 0 ]; then echo "TESTING: overlay firefox x11 xorg" @@ -41,13 +41,13 @@ 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" @@ -57,7 +57,7 @@ else fi fi -which firefox +which firefox 2>/dev/null if [ "$?" -eq 0 ]; then echo "TESTING: overlay firefox x11" -- cgit v1.2.3-54-g00ecf