From ee1ea7d22687ae5082429e0824662ad925ce8705 Mon Sep 17 00:00:00 2001 From: Reiner Herrmann Date: Mon, 21 Jun 2021 22:57:11 +0200 Subject: style: grammer and codestyle improvements --- test/environment/rlimit-bad-profile.exp | 2 +- test/environment/rlimit-bad.exp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'test/environment') 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 send -- "firejail --profile=rlimit-bad1.profile\r" expect { timeout {puts "TESTING ERROR 4\n";exit} - "invalid rlimit-fsize in profile file. only use positive numbers and k, m or g suffix." + "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 6bdfd4193..c05e14b97 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-fsize. only use positive numbers and k, m or g suffix." + "invalid rlimit-fsize. Only use positive numbers and k, m or g suffix." } after 100 -- cgit v1.2.3-54-g00ecf