aboutsummaryrefslogtreecommitdiffstats
path: root/test/environment/rlimit-bad-profile.exp
diff options
context:
space:
mode:
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 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