aboutsummaryrefslogtreecommitdiffstats
path: root/test/environment/environment.sh
diff options
context:
space:
mode:
authorLibravatar smitsohu <smitsohu@gmail.com>2022-01-23 12:42:58 +0100
committerLibravatar smitsohu <smitsohu@gmail.com>2022-01-23 13:01:40 +0100
commit9672e30b24242ca67c11b8af9e78a0a8e7f99a3b (patch)
treeb079c5cfd90193b53173a71f2f414d2457da69c2 /test/environment/environment.sh
parentbuild option: remove deprecated strace feature from manual (diff)
downloadfirejail-9672e30b24242ca67c11b8af9e78a0a8e7f99a3b.tar.gz
firejail-9672e30b24242ca67c11b8af9e78a0a8e7f99a3b.tar.zst
firejail-9672e30b24242ca67c11b8af9e78a0a8e7f99a3b.zip
testing
Diffstat (limited to 'test/environment/environment.sh')
-rwxr-xr-xtest/environment/environment.sh6
1 files changed, 6 insertions, 0 deletions
diff --git a/test/environment/environment.sh b/test/environment/environment.sh
index ce0bb306c..2b77973ac 100755
--- a/test/environment/environment.sh
+++ b/test/environment/environment.sh
@@ -127,5 +127,11 @@ echo "TESTING: deterministic exit code (test/environment/deterministic-exit-code
127echo "TESTING: deterministic shutdown (test/environment/deterministic-shutdown.exp)" 127echo "TESTING: deterministic shutdown (test/environment/deterministic-shutdown.exp)"
128./deterministic-shutdown.exp 128./deterministic-shutdown.exp
129 129
130echo "TESTING: keep fd (test/environment/keep-fd.exp)"
131./keep-fd.exp
132
133echo "TESTING: keep fd errors (test/environment/keep-fd-bad.exp)"
134./keep-fd-bad.exp
135
130echo "TESTING: retain umask (test/environment/umask.exp)" 136echo "TESTING: retain umask (test/environment/umask.exp)"
131(umask 123 && ./umask.exp) 137(umask 123 && ./umask.exp)