aboutsummaryrefslogtreecommitdiffstats
path: root/test/environment/rlimit-profile.exp
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@yahoo.com>2016-04-28 08:45:55 -0400
committerLibravatar netblue30 <netblue30@yahoo.com>2016-04-28 08:45:55 -0400
commitfec1100836a007c49b81e1dbf5185345d09d0883 (patch)
tree81beb5d2d2408c1081c566bb11149cf15e007a11 /test/environment/rlimit-profile.exp
parenttesting (diff)
parentMake some tests more robust (diff)
downloadfirejail-fec1100836a007c49b81e1dbf5185345d09d0883.tar.gz
firejail-fec1100836a007c49b81e1dbf5185345d09d0883.tar.zst
firejail-fec1100836a007c49b81e1dbf5185345d09d0883.zip
Merge pull request #486 from reinerh/master
Make some tests more robust
Diffstat (limited to 'test/environment/rlimit-profile.exp')
-rwxr-xr-xtest/environment/rlimit-profile.exp1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/environment/rlimit-profile.exp b/test/environment/rlimit-profile.exp
index 7d2637444..aed634201 100755
--- a/test/environment/rlimit-profile.exp
+++ b/test/environment/rlimit-profile.exp
@@ -1,6 +1,7 @@
1#!/usr/bin/expect -f 1#!/usr/bin/expect -f
2 2
3set timeout 10 3set timeout 10
4cd /home
4spawn $env(SHELL) 5spawn $env(SHELL)
5match_max 100000 6match_max 100000
6 7