aboutsummaryrefslogtreecommitdiffstats
path: root/test/environment/rlimit-bad-profile.exp
diff options
context:
space:
mode:
authorLibravatar kuesji koesnu <kuesji@koesnu.com>2021-06-11 17:45:56 +0300
committerLibravatar kuesji koesnu <kuesji@koesnu.com>2021-06-20 08:41:33 +0300
commit271dc51fa6b37bf64a5d02733956221f9dee52f9 (patch)
tree0f98a2183703757a782a5e7c2c60dd639cc3ec98 /test/environment/rlimit-bad-profile.exp
parentupdate src/firejail/util.c (diff)
downloadfirejail-271dc51fa6b37bf64a5d02733956221f9dee52f9.tar.gz
firejail-271dc51fa6b37bf64a5d02733956221f9dee52f9.tar.zst
firejail-271dc51fa6b37bf64a5d02733956221f9dee52f9.zip
grammar issues and fixing test cases for rlimit
Diffstat (limited to 'test/environment/rlimit-bad-profile.exp')
-rwxr-xr-xtest/environment/rlimit-bad-profile.exp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/environment/rlimit-bad-profile.exp b/test/environment/rlimit-bad-profile.exp
index b838f83f4..2c5793c9d 100755
--- a/test/environment/rlimit-bad-profile.exp
+++ b/test/environment/rlimit-bad-profile.exp
@@ -11,7 +11,7 @@ match_max 100000
11send -- "firejail --profile=rlimit-bad1.profile\r" 11send -- "firejail --profile=rlimit-bad1.profile\r"
12expect { 12expect {
13 timeout {puts "TESTING ERROR 4\n";exit} 13 timeout {puts "TESTING ERROR 4\n";exit}
14 "invalid rlimit" 14 "invalid rlimit-fsize in profile file. only use positive numbers and k, m or g suffix."
15} 15}
16after 100 16after 100
17 17