From bb14c205b562f6162aadff969540a956aacc0bd1 Mon Sep 17 00:00:00 2001 From: netblue30 Date: Sun, 19 Jun 2022 20:03:14 -0400 Subject: shell none set as default (6) --- test/environment/environment.sh | 27 --------------------------- 1 file changed, 27 deletions(-) (limited to 'test/environment/environment.sh') diff --git a/test/environment/environment.sh b/test/environment/environment.sh index 9e58fdf95..da9c170b9 100755 --- a/test/environment/environment.sh +++ b/test/environment/environment.sh @@ -36,33 +36,6 @@ echo "TESTING: extract command (extract_command.exp)" echo "TESTING: environment variables (test/environment/env.exp)" ./env.exp -which dash 2>/dev/null -if [ "$?" -eq 0 ]; -then - echo "TESTING: dash (test/environment/dash.exp)" - ./dash.exp -else - echo "TESTING SKIP: dash not found" -fi - -which csh 2>/dev/null -if [ "$?" -eq 0 ]; -then - echo "TESTING: csh (test/environment/csh.exp)" - ./csh.exp -else - echo "TESTING SKIP: csh not found" -fi - -which zsh 2>/dev/null -if [ "$?" -eq 0 ]; -then - echo "TESTING: zsh (test/environment/zsh.exp)" - ./zsh.exp -else - echo "TESTING SKIP: zsh not found" -fi - echo "TESTING: firejail in firejail - single sandbox (test/environment/firejail-in-firejail.exp)" ./firejail-in-firejail.exp -- cgit v1.2.3-70-g09d2