aboutsummaryrefslogtreecommitdiffstats
path: root/test/environment
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@yahoo.com>2018-04-26 10:36:27 -0400
committerLibravatar netblue30 <netblue30@yahoo.com>2018-04-26 10:36:27 -0400
commit14faf11d2da1bf31fb92fcec91b8a511e4a3f1a6 (patch)
tree874cbd6c97b02b94eeae89485b420133785d5310 /test/environment
parentstill tweaking baloo (diff)
downloadfirejail-14faf11d2da1bf31fb92fcec91b8a511e4a3f1a6.tar.gz
firejail-14faf11d2da1bf31fb92fcec91b8a511e4a3f1a6.tar.zst
firejail-14faf11d2da1bf31fb92fcec91b8a511e4a3f1a6.zip
centos testing
Diffstat (limited to 'test/environment')
-rwxr-xr-xtest/environment/environment.sh10
1 files changed, 5 insertions, 5 deletions
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)"
38echo "TESTING: shell none(test/environment/shell-none.exp)" 38echo "TESTING: shell none(test/environment/shell-none.exp)"
39./shell-none.exp 39./shell-none.exp
40 40
41which dash 41which dash 2>/dev/null
42if [ "$?" -eq 0 ]; 42if [ "$?" -eq 0 ];
43then 43then
44 echo "TESTING: dash (test/environment/dash.exp)" 44 echo "TESTING: dash (test/environment/dash.exp)"
@@ -47,7 +47,7 @@ else
47 echo "TESTING SKIP: dash not found" 47 echo "TESTING SKIP: dash not found"
48fi 48fi
49 49
50which csh 50which csh 2>/dev/null
51if [ "$?" -eq 0 ]; 51if [ "$?" -eq 0 ];
52then 52then
53 echo "TESTING: csh (test/environment/csh.exp)" 53 echo "TESTING: csh (test/environment/csh.exp)"
@@ -56,7 +56,7 @@ else
56 echo "TESTING SKIP: csh not found" 56 echo "TESTING SKIP: csh not found"
57fi 57fi
58 58
59which zsh 59which zsh 2>/dev/null
60if [ "$?" -eq 0 ]; 60if [ "$?" -eq 0 ];
61then 61then
62 echo "TESTING: zsh (test/environment/zsh.exp)" 62 echo "TESTING: zsh (test/environment/zsh.exp)"
@@ -68,7 +68,7 @@ fi
68echo "TESTING: firejail in firejail - single sandbox (test/environment/firejail-in-firejail.exp)" 68echo "TESTING: firejail in firejail - single sandbox (test/environment/firejail-in-firejail.exp)"
69./firejail-in-firejail.exp 69./firejail-in-firejail.exp
70 70
71which aplay 71which aplay 2>/dev/null
72if [ "$?" -eq 0 ]; 72if [ "$?" -eq 0 ];
73then 73then
74 echo "TESTING: sound (test/environment/sound.exp)" 74 echo "TESTING: sound (test/environment/sound.exp)"
@@ -83,7 +83,7 @@ echo "TESTING: nice (test/environment/nice.exp)"
83echo "TESTING: quiet (test/environment/quiet.exp)" 83echo "TESTING: quiet (test/environment/quiet.exp)"
84./quiet.exp 84./quiet.exp
85 85
86which strace 86which strace 2>/dev/null
87if [ "$?" -eq 0 ]; 87if [ "$?" -eq 0 ];
88then 88then
89 echo "TESTING: --allow-debuggers (test/environment/allow-debuggers.exp)" 89 echo "TESTING: --allow-debuggers (test/environment/allow-debuggers.exp)"