aboutsummaryrefslogtreecommitdiffstats
path: root/test/environment/environment.sh
diff options
context:
space:
mode:
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)