aboutsummaryrefslogtreecommitdiffstats
path: root/test/environment/environment.sh
diff options
context:
space:
mode:
Diffstat (limited to 'test/environment/environment.sh')
-rwxr-xr-xtest/environment/environment.sh27
1 files changed, 0 insertions, 27 deletions
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)"
36echo "TESTING: environment variables (test/environment/env.exp)" 36echo "TESTING: environment variables (test/environment/env.exp)"
37./env.exp 37./env.exp
38 38
39which dash 2>/dev/null
40if [ "$?" -eq 0 ];
41then
42 echo "TESTING: dash (test/environment/dash.exp)"
43 ./dash.exp
44else
45 echo "TESTING SKIP: dash not found"
46fi
47
48which csh 2>/dev/null
49if [ "$?" -eq 0 ];
50then
51 echo "TESTING: csh (test/environment/csh.exp)"
52 ./csh.exp
53else
54 echo "TESTING SKIP: csh not found"
55fi
56
57which zsh 2>/dev/null
58if [ "$?" -eq 0 ];
59then
60 echo "TESTING: zsh (test/environment/zsh.exp)"
61 ./zsh.exp
62else
63 echo "TESTING SKIP: zsh not found"
64fi
65
66echo "TESTING: firejail in firejail - single sandbox (test/environment/firejail-in-firejail.exp)" 39echo "TESTING: firejail in firejail - single sandbox (test/environment/firejail-in-firejail.exp)"
67./firejail-in-firejail.exp 40./firejail-in-firejail.exp
68 41