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 e2b9cb9d4..60ba7f245 100755
--- a/test/environment/environment.sh
+++ b/test/environment/environment.sh
@@ -10,6 +10,12 @@ export MALLOC_PERTURB_=$(($RANDOM % 255 + 1))
10echo "TESTING: DNS (test/environment/dns.exp)" 10echo "TESTING: DNS (test/environment/dns.exp)"
11./dns.exp 11./dns.exp
12 12
13echo "TESTING: machine-id (test/environment/machineid.exp)"
14./machineid.exp
15
16echo "TESTING: hosts file (test/environment/hostfile.exp)"
17./hostfile.exp
18
13echo "TESTING: doubledash (test/environment/doubledash.exp" 19echo "TESTING: doubledash (test/environment/doubledash.exp"
14mkdir -- -testdir 20mkdir -- -testdir
15touch -- -testdir/ttt 21touch -- -testdir/ttt