aboutsummaryrefslogtreecommitdiffstats
path: root/test/environment/rlimit-profile.exp
diff options
context:
space:
mode:
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"