aboutsummaryrefslogtreecommitdiffstats
path: root/test/environment/environment.sh
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@yahoo.com>2017-10-29 16:05:23 -0400
committerLibravatar netblue30 <netblue30@yahoo.com>2017-10-29 16:08:00 -0400
commit6ae4d342bdc0b11ae6966bd83a596d6ae77a7a5f (patch)
tree84572a5655239f39dbf180bbdde181cc15ea8c35 /test/environment/environment.sh
parentfix and harden various profiles (diff)
downloadfirejail-6ae4d342bdc0b11ae6966bd83a596d6ae77a7a5f.tar.gz
firejail-6ae4d342bdc0b11ae6966bd83a596d6ae77a7a5f.tar.zst
firejail-6ae4d342bdc0b11ae6966bd83a596d6ae77a7a5f.zip
--timeout testing and fixes (#1614)
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 308d99871..844e90cb8 100755
--- a/test/environment/environment.sh
+++ b/test/environment/environment.sh
@@ -7,6 +7,9 @@ export MALLOC_CHECK_=3
7export MALLOC_PERTURB_=$(($RANDOM % 255 + 1)) 7export MALLOC_PERTURB_=$(($RANDOM % 255 + 1))
8 8
9 9
10echo "TESTING: timeout (test/environment/timeout.exp)"
11./timeout.exp
12
10echo "TESTING: DNS (test/environment/dns.exp)" 13echo "TESTING: DNS (test/environment/dns.exp)"
11./dns.exp 14./dns.exp
12 15