From 14faf11d2da1bf31fb92fcec91b8a511e4a3f1a6 Mon Sep 17 00:00:00 2001 From: netblue30 Date: Thu, 26 Apr 2018 10:36:27 -0400 Subject: centos testing --- test/environment/environment.sh | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'test/environment/environment.sh') diff --git a/test/environment/environment.sh b/test/environment/environment.sh index 364a4b65b..97ba8ba58 100755 --- a/test/environment/environment.sh +++ b/test/environment/environment.sh @@ -38,7 +38,7 @@ echo "TESTING: environment variables (test/environment/env.exp)" echo "TESTING: shell none(test/environment/shell-none.exp)" ./shell-none.exp -which dash +which dash 2>/dev/null if [ "$?" -eq 0 ]; then echo "TESTING: dash (test/environment/dash.exp)" @@ -47,7 +47,7 @@ else echo "TESTING SKIP: dash not found" fi -which csh +which csh 2>/dev/null if [ "$?" -eq 0 ]; then echo "TESTING: csh (test/environment/csh.exp)" @@ -56,7 +56,7 @@ else echo "TESTING SKIP: csh not found" fi -which zsh +which zsh 2>/dev/null if [ "$?" -eq 0 ]; then echo "TESTING: zsh (test/environment/zsh.exp)" @@ -68,7 +68,7 @@ fi echo "TESTING: firejail in firejail - single sandbox (test/environment/firejail-in-firejail.exp)" ./firejail-in-firejail.exp -which aplay +which aplay 2>/dev/null if [ "$?" -eq 0 ]; then echo "TESTING: sound (test/environment/sound.exp)" @@ -83,7 +83,7 @@ echo "TESTING: nice (test/environment/nice.exp)" echo "TESTING: quiet (test/environment/quiet.exp)" ./quiet.exp -which strace +which strace 2>/dev/null if [ "$?" -eq 0 ]; then echo "TESTING: --allow-debuggers (test/environment/allow-debuggers.exp)" -- cgit v1.2.3-54-g00ecf