aboutsummaryrefslogtreecommitdiffstats
path: root/test/environment/rlimit-bad-profile.exp
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@yahoo.com>2017-03-28 15:31:50 -0400
committerLibravatar netblue30 <netblue30@yahoo.com>2017-03-28 15:31:50 -0400
commitcf5559df5e168fd57a2757776f182704572c6941 (patch)
tree332db150b3496cfffadd19be1afe65b82ef73874 /test/environment/rlimit-bad-profile.exp
parentMerge pull request #1166 from SYN-cook/patch-1 (diff)
downloadfirejail-cf5559df5e168fd57a2757776f182704572c6941.tar.gz
firejail-cf5559df5e168fd57a2757776f182704572c6941.tar.zst
firejail-cf5559df5e168fd57a2757776f182704572c6941.zip
rlimit fixes; ~/.cache cleanup
Diffstat (limited to 'test/environment/rlimit-bad-profile.exp')
-rwxr-xr-xtest/environment/rlimit-bad-profile.exp8
1 files changed, 4 insertions, 4 deletions
diff --git a/test/environment/rlimit-bad-profile.exp b/test/environment/rlimit-bad-profile.exp
index 80693a4a0..cd77402fd 100755
--- a/test/environment/rlimit-bad-profile.exp
+++ b/test/environment/rlimit-bad-profile.exp
@@ -8,27 +8,27 @@ match_max 100000
8send -- "firejail --profile=rlimit-bad1.profile\r" 8send -- "firejail --profile=rlimit-bad1.profile\r"
9expect { 9expect {
10 timeout {puts "TESTING ERROR 4\n";exit} 10 timeout {puts "TESTING ERROR 4\n";exit}
11 "Invalid rlimit option" 11 "invalid rlimit"
12} 12}
13after 100 13after 100
14 14
15send -- "firejail --profile=rlimit-bad2.profile\r" 15send -- "firejail --profile=rlimit-bad2.profile\r"
16expect { 16expect {
17 timeout {puts "TESTING ERROR 5\n";exit} 17 timeout {puts "TESTING ERROR 5\n";exit}
18 "Invalid rlimit option" 18 "invalid rlimit"
19} 19}
20after 100 20after 100
21 21
22send -- "firejail --profile=rlimit-bad3.profile\r" 22send -- "firejail --profile=rlimit-bad3.profile\r"
23expect { 23expect {
24 timeout {puts "TESTING ERROR 6\n";exit} 24 timeout {puts "TESTING ERROR 6\n";exit}
25 "Invalid rlimit option" 25 "invalid rlimit"
26} 26}
27after 100 27after 100
28send -- "firejail --profile=rlimit-bad4.profile\r" 28send -- "firejail --profile=rlimit-bad4.profile\r"
29expect { 29expect {
30 timeout {puts "TESTING ERROR 7\n";exit} 30 timeout {puts "TESTING ERROR 7\n";exit}
31 "Invalid rlimit option" 31 "invalid rlimit"
32} 32}
33after 100 33after 100
34 34