aboutsummaryrefslogtreecommitdiffstats
path: root/test/environment/environment.sh
diff options
context:
space:
mode:
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 1e1dd549b..c35f69b0c 100755
--- a/test/environment/environment.sh
+++ b/test/environment/environment.sh
@@ -124,5 +124,8 @@ echo "TESTING: rlimit errors profile (test/environment/rlimit-bad-profile.exp)"
124echo "TESTING: deterministic exit code (test/environment/deterministic-exit-code.exp)" 124echo "TESTING: deterministic exit code (test/environment/deterministic-exit-code.exp)"
125./deterministic-exit-code.exp 125./deterministic-exit-code.exp
126 126
127echo "TESTING: deterministic shutdown (test/environment/deterministic-shutdown.exp)"
128./deterministic-shutdown.exp
129
127echo "TESTING: retain umask (test/environment/umask.exp)" 130echo "TESTING: retain umask (test/environment/umask.exp)"
128(umask 123 && ./umask.exp) 131(umask 123 && ./umask.exp)