From 27d6f2b771eca9cfb70d598688a76177abcd193a Mon Sep 17 00:00:00 2001 From: netblue30 Date: Sat, 20 Feb 2016 07:53:02 -0500 Subject: testing --- test/features/3.9.exp | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'test/features/3.9.exp') diff --git a/test/features/3.9.exp b/test/features/3.9.exp index 1dc556d78..a1797804f 100755 --- a/test/features/3.9.exp +++ b/test/features/3.9.exp @@ -12,7 +12,7 @@ set chroot [lindex $argv 1] # # N # -send -- "firejail --noprofile --whitelist=/dev/tty --whitelist=/dev/shm --whitelist=/dev/null\r" +send -- "firejail --noprofile --whitelist=/dev/tty --whitelist=/dev/null\r" expect { timeout {puts "TESTING ERROR 0\n";exit} "Child process initialized" @@ -22,7 +22,7 @@ sleep 1 send -- "ls -l /dev | wc -l\r" expect { timeout {puts "TESTING ERROR 1.1\n";exit} - "4" + "3" } @@ -35,7 +35,7 @@ sleep 1 # O # if { $overlay == "overlay" } { - send -- "firejail --noprofile --overlay --whitelist=/dev/tty --whitelist=/dev/shm --whitelist=/dev/null\r" + send -- "firejail --noprofile --overlay --whitelist=/dev/tty --whitelist=/dev/null\r" expect { timeout {puts "TESTING ERROR 2\n";exit} "Child process initialized" @@ -45,7 +45,7 @@ if { $overlay == "overlay" } { send -- "ls -l /dev | wc -l\r" expect { timeout {puts "TESTING ERROR 3.1\n";exit} - "4" + "3" } @@ -58,7 +58,7 @@ if { $overlay == "overlay" } { # C # if { $chroot == "chroot" } { - send -- "firejail --noprofile --chroot=/tmp/chroot --whitelist=/dev/tty --whitelist=/dev/shm --whitelist=/dev/null\r" + send -- "firejail --noprofile --chroot=/tmp/chroot --whitelist=/dev/tty --whitelist=/dev/null\r" expect { timeout {puts "TESTING ERROR 4\n";exit} "Child process initialized" @@ -68,7 +68,7 @@ if { $chroot == "chroot" } { send -- "ls -l /dev | wc -l\r" expect { timeout {puts "TESTING ERROR 5.1\n";exit} - "4" + "3" } after 100 -- cgit v1.2.3-54-g00ecf