From 020c5449036c461ea1829e854da43429322059d6 Mon Sep 17 00:00:00 2001 From: netblue30 Date: Sun, 24 Apr 2016 06:32:15 -0400 Subject: testing --- test/option_rlimit.exp | 36 ------------------------------------ 1 file changed, 36 deletions(-) delete mode 100755 test/option_rlimit.exp (limited to 'test/option_rlimit.exp') diff --git a/test/option_rlimit.exp b/test/option_rlimit.exp deleted file mode 100755 index 17d2bd9d1..000000000 --- a/test/option_rlimit.exp +++ /dev/null @@ -1,36 +0,0 @@ -#!/usr/bin/expect -f - -set timeout 10 -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" -} -sleep 1 -puts "\n" -- cgit v1.2.3-70-g09d2