From 2f8688a17eb9f20d15b1ac53cb58c2759987ed71 Mon Sep 17 00:00:00 2001 From: netblue30 Date: Sun, 13 Nov 2016 20:35:12 -0500 Subject: testing --- test/environment/rlimit.exp | 37 ------------------------------------- 1 file changed, 37 deletions(-) delete mode 100755 test/environment/rlimit.exp (limited to 'test/environment/rlimit.exp') diff --git a/test/environment/rlimit.exp b/test/environment/rlimit.exp deleted file mode 100755 index 611f69821..000000000 --- a/test/environment/rlimit.exp +++ /dev/null @@ -1,37 +0,0 @@ -#!/usr/bin/expect -f - -set timeout 10 -cd /home -spawn $env(SHELL) -match_max 100000 - -send -- "firejail --rlimit-fsize=1024 --rlimit-nproc=1000 --rlimit-nofile=500 --rlimit-sigpending=200\r" -expect { - timeout {puts "TESTING ERROR 0\n";exit} - "Child process initialized" -} -sleep 1 - -send -- "cat /proc/self/limits; pwd\r" -expect { - timeout {puts "TESTING ERROR 1.1\n";exit} - "Max file size 1024 1024" -} -expect { - timeout {puts "TESTING ERROR 1.2\n";exit} - "Max processes 1000 1000" -} -expect { - timeout {puts "TESTING ERROR 1.3\n";exit} - "Max open files 500 500" -} -expect { - timeout {puts "TESTING ERROR 1.4\n";exit} - "Max pending signals 200 200" -} -expect { - timeout {puts "TESTING ERROR 1.5\n";exit} - "home" -} -after 100 -puts "\n" -- cgit v1.2.3-70-g09d2