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:14:05 +0200
commit018a2f589a4b76a7fc31100461fc13aa4ab64d1d (patch)
treed96c1b15b1a0f96710108e427c230bd331b330ec /test/environment/rlimit-profile.exp
parentprint errno if char device creation fails (diff)
downloadfirejail-018a2f589a4b76a7fc31100461fc13aa4ab64d1d.tar.gz
firejail-018a2f589a4b76a7fc31100461fc13aa4ab64d1d.tar.zst
firejail-018a2f589a4b76a7fc31100461fc13aa4ab64d1d.zip
tests: fix rlimit test for 32bit archs
On 32bit architectures like armhf, the output was "unlimited" instead of the expected value. (cherry picked from commit 45480f36de7a5d0965912039d406534e2b80d4a0)
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 43d6a3ee0..33eb0b3fd 100755
--- a/test/environment/rlimit-profile.exp
+++ b/test/environment/rlimit-profile.exp
@@ -27,7 +27,7 @@ expect {
27} 27}
28expect { 28expect {
29 timeout {puts "TESTING ERROR 1.4\n";exit} 29 timeout {puts "TESTING ERROR 1.4\n";exit}
30 "Max address space 123456789012 123456789012" 30 "Max address space 1234567890 1234567890"
31} 31}
32expect { 32expect {
33 timeout {puts "TESTING ERROR 1.5\n";exit} 33 timeout {puts "TESTING ERROR 1.5\n";exit}