From 271dc51fa6b37bf64a5d02733956221f9dee52f9 Mon Sep 17 00:00:00 2001 From: kuesji koesnu Date: Fri, 11 Jun 2021 17:45:56 +0300 Subject: grammar issues and fixing test cases for rlimit --- test/environment/rlimit-bad-profile.exp | 2 +- test/environment/rlimit-bad.exp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'test') 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 send -- "firejail --profile=rlimit-bad1.profile\r" expect { timeout {puts "TESTING ERROR 4\n";exit} - "invalid rlimit" + "invalid rlimit-fsize in profile file. only use positive numbers and k, m or g suffix." } after 100 diff --git a/test/environment/rlimit-bad.exp b/test/environment/rlimit-bad.exp index 3a82ded9b..6bdfd4193 100755 --- a/test/environment/rlimit-bad.exp +++ b/test/environment/rlimit-bad.exp @@ -10,7 +10,7 @@ match_max 100000 send -- "firejail --rlimit-fsize=-1024\r" expect { timeout {puts "TESTING ERROR 0\n";exit} - "invalid rlimit" + "invalid rlimit-fsize. only use positive numbers and k, m or g suffix." } after 100 -- cgit v1.2.3-70-g09d2