aboutsummaryrefslogtreecommitdiffstats
path: root/test/environment/environment.sh
diff options
context:
space:
mode:
authorLibravatar smitsohu <smitsohu@gmail.com>2019-09-26 10:59:26 +0200
committerLibravatar smitsohu <smitsohu@gmail.com>2019-09-26 10:59:26 +0200
commitb9888e6a388b7d2c17f0aa75b2ef5205b4b90720 (patch)
treeb17e2d4430e1118e34f4f9764f082d30e309384e /test/environment/environment.sh
parenttesting: rename and simplify (diff)
downloadfirejail-b9888e6a388b7d2c17f0aa75b2ef5205b4b90720.tar.gz
firejail-b9888e6a388b7d2c17f0aa75b2ef5205b4b90720.tar.zst
firejail-b9888e6a388b7d2c17f0aa75b2ef5205b4b90720.zip
testing
Diffstat (limited to 'test/environment/environment.sh')
-rwxr-xr-xtest/environment/environment.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/environment/environment.sh b/test/environment/environment.sh
index 735d3e59e..f860f7c24 100755
--- a/test/environment/environment.sh
+++ b/test/environment/environment.sh
@@ -120,3 +120,6 @@ echo "TESTING: rlimit errors profile (test/environment/rlimit-bad-profile.exp)"
120 120
121echo "TESTING: deterministic exit code (test/environment/deterministic-exit-code.exp" 121echo "TESTING: deterministic exit code (test/environment/deterministic-exit-code.exp"
122./deterministic-exit-code.exp 122./deterministic-exit-code.exp
123
124echo "TESTING: retain umask (test/environment/umask.exp"
125(umask 123 && ./umask.exp)