aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorLibravatar Reiner Herrmann <reiner@reiner-h.de>2021-06-21 22:57:11 +0200
committerLibravatar Reiner Herrmann <reiner@reiner-h.de>2021-06-21 23:09:34 +0200
commitee1ea7d22687ae5082429e0824662ad925ce8705 (patch)
tree2a3f7b7d0f52dd54b4b1c9084ef81eecc202d1be /test
parentgrammar issues and fixing test cases for rlimit (diff)
downloadfirejail-ee1ea7d22687ae5082429e0824662ad925ce8705.tar.gz
firejail-ee1ea7d22687ae5082429e0824662ad925ce8705.tar.zst
firejail-ee1ea7d22687ae5082429e0824662ad925ce8705.zip
style: grammer and codestyle improvements
Diffstat (limited to 'test')
-rwxr-xr-xtest/environment/rlimit-bad-profile.exp2
-rwxr-xr-xtest/environment/rlimit-bad.exp2
2 files changed, 2 insertions, 2 deletions
diff --git a/test/environment/rlimit-bad-profile.exp b/test/environment/rlimit-bad-profile.exp
index 2c5793c9d..b1572afb6 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-fsize in profile file. only use positive numbers and k, m or g suffix." 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
diff --git a/test/environment/rlimit-bad.exp b/test/environment/rlimit-bad.exp
index 6bdfd4193..c05e14b97 100755
--- a/test/environment/rlimit-bad.exp
+++ b/test/environment/rlimit-bad.exp
@@ -10,7 +10,7 @@ match_max 100000
10send -- "firejail --rlimit-fsize=-1024\r" 10send -- "firejail --rlimit-fsize=-1024\r"
11expect { 11expect {
12 timeout {puts "TESTING ERROR 0\n";exit} 12 timeout {puts "TESTING ERROR 0\n";exit}
13 "invalid rlimit-fsize. only use positive numbers and k, m or g suffix." 13 "invalid rlimit-fsize. Only use positive numbers and k, m or g suffix."
14} 14}
15after 100 15after 100
16 16