aboutsummaryrefslogtreecommitdiffstats
path: root/test/environment
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@yahoo.com>2017-03-28 15:33:14 -0400
committerLibravatar netblue30 <netblue30@yahoo.com>2017-03-28 15:33:14 -0400
commit54e8322e4b1a7170af698d86771d22794b3aec17 (patch)
tree9a3e76ef30bec7665c4e24a7de70ac45b965f789 /test/environment
parentrlimit fixes; ~/.cache cleanup (diff)
downloadfirejail-54e8322e4b1a7170af698d86771d22794b3aec17.tar.gz
firejail-54e8322e4b1a7170af698d86771d22794b3aec17.tar.zst
firejail-54e8322e4b1a7170af698d86771d22794b3aec17.zip
rlimit fixes; ~/.cache cleanup
Diffstat (limited to 'test/environment')
-rwxr-xr-xtest/environment/environment.sh8
1 files changed, 4 insertions, 4 deletions
diff --git a/test/environment/environment.sh b/test/environment/environment.sh
index 60ba7f245..1454026f9 100755
--- a/test/environment/environment.sh
+++ b/test/environment/environment.sh
@@ -105,15 +105,15 @@ else
105 echo "TESTING SKIP: ibus not configured" 105 echo "TESTING SKIP: ibus not configured"
106fi 106fi
107 107
108echo "TESTING: rlimit (test/rlimit/rlimit.exp)" 108echo "TESTING: rlimit (test/environment/rlimit.exp)"
109./rlimit.exp 109./rlimit.exp
110 110
111echo "TESTING: rlimit profile (test/rlimit/rlimit-profile.exp)" 111echo "TESTING: rlimit profile (test/environment/rlimit-profile.exp)"
112./rlimit-profile.exp 112./rlimit-profile.exp
113 113
114echo "TESTING: rlimit errors (test/rlimit/rlimit-bad.exp)" 114echo "TESTING: rlimit errors (test/environment/rlimit-bad.exp)"
115./rlimit-bad.exp 115./rlimit-bad.exp
116 116
117echo "TESTING: rlimit errors profile (test/rlimit/rlimit-bad-profile.exp)" 117echo "TESTING: rlimit errors profile (test/environment/rlimit-bad-profile.exp)"
118./rlimit-bad-profile.exp 118./rlimit-bad-profile.exp
119 119