aboutsummaryrefslogtreecommitdiffstats
path: root/test/environment/rlimit-profile.exp
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@yahoo.com>2016-04-28 15:22:09 -0400
committerLibravatar netblue30 <netblue30@yahoo.com>2016-04-28 15:22:09 -0400
commitc4f10394ab24327b1f303cba493723def9ab99ba (patch)
tree48955affcb0827807cfdacaf496d9cabb82ab93b /test/environment/rlimit-profile.exp
parentremoved cd home from /test/environment/* files (diff)
downloadfirejail-c4f10394ab24327b1f303cba493723def9ab99ba.tar.gz
firejail-c4f10394ab24327b1f303cba493723def9ab99ba.tar.zst
firejail-c4f10394ab24327b1f303cba493723def9ab99ba.zip
fixed make test-envirnment for running under /tmp
Diffstat (limited to 'test/environment/rlimit-profile.exp')
-rwxr-xr-xtest/environment/rlimit-profile.exp8
1 files changed, 2 insertions, 6 deletions
diff --git a/test/environment/rlimit-profile.exp b/test/environment/rlimit-profile.exp
index 8ed97e760..7ee828bf2 100755
--- a/test/environment/rlimit-profile.exp
+++ b/test/environment/rlimit-profile.exp
@@ -12,7 +12,7 @@ expect {
12} 12}
13sleep 1 13sleep 1
14 14
15send -- "cat /proc/self/limits; pwd\r" 15send -- "cat /proc/self/limits\r"
16expect { 16expect {
17 timeout {puts "TESTING ERROR 1.1\n";exit} 17 timeout {puts "TESTING ERROR 1.1\n";exit}
18 "Max file size 1024 1024" 18 "Max file size 1024 1024"
@@ -29,9 +29,5 @@ expect {
29 timeout {puts "TESTING ERROR 1.4\n";exit} 29 timeout {puts "TESTING ERROR 1.4\n";exit}
30 "Max pending signals 200 200" 30 "Max pending signals 200 200"
31} 31}
32expect {
33 timeout {puts "TESTING ERROR 1.5\n";exit}
34 "home"
35}
36sleep 1 32sleep 1
37puts "\n" 33puts "\nall done\n"