aboutsummaryrefslogtreecommitdiffstats
path: root/test/environment/rlimit-profile.exp
diff options
context:
space:
mode:
authorLibravatar Reiner Herrmann <reiner@reiner-h.de>2020-08-14 11:12:49 +0200
committerLibravatar Reiner Herrmann <reiner@reiner-h.de>2020-08-14 11:12:51 +0200
commit45480f36de7a5d0965912039d406534e2b80d4a0 (patch)
tree489d431dd853d804c8416e648449c80f3a66b2a1 /test/environment/rlimit-profile.exp
parentprint errno if char device creation fails (diff)
downloadfirejail-45480f36de7a5d0965912039d406534e2b80d4a0.tar.gz
firejail-45480f36de7a5d0965912039d406534e2b80d4a0.tar.zst
firejail-45480f36de7a5d0965912039d406534e2b80d4a0.zip
tests: fix rlimit test for 32bit archs
On 32bit architectures like armhf, the output was "unlimited" instead of the expected value.
Diffstat (limited to 'test/environment/rlimit-profile.exp')
-rwxr-xr-xtest/environment/rlimit-profile.exp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/environment/rlimit-profile.exp b/test/environment/rlimit-profile.exp
index 721e2196e..6dd7cb3b5 100755
--- a/test/environment/rlimit-profile.exp
+++ b/test/environment/rlimit-profile.exp
@@ -30,7 +30,7 @@ expect {
30} 30}
31expect { 31expect {
32 timeout {puts "TESTING ERROR 1.4\n";exit} 32 timeout {puts "TESTING ERROR 1.4\n";exit}
33 "Max address space 123456789012 123456789012" 33 "Max address space 1234567890 1234567890"
34} 34}
35expect { 35expect {
36 timeout {puts "TESTING ERROR 1.5\n";exit} 36 timeout {puts "TESTING ERROR 1.5\n";exit}