From c0dc4e056589c41b423e9a5c1fe5edd2b845967a Mon Sep 17 00:00:00 2001 From: netblue30 Date: Wed, 23 Dec 2015 21:20:14 -0500 Subject: 0.9.36 testing --- test/private-etc.exp | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) (limited to 'test/private-etc.exp') diff --git a/test/private-etc.exp b/test/private-etc.exp index 9df798e22..db1d1df3a 100755 --- a/test/private-etc.exp +++ b/test/private-etc.exp @@ -5,7 +5,7 @@ spawn $env(SHELL) match_max 100000 # directory with ~ -send -- "firejail --private-etc=passwd,group,resolv.conf,bash_completion.d,timezone\r" +send -- "firejail --private-etc=passwd,group,resolv.conf,X11\r" expect { timeout {puts "TESTING ERROR 1\n";exit} "Child process initialized" @@ -13,10 +13,6 @@ expect { sleep 1 send -- "ls -al /etc\r" -expect { - timeout {puts "TESTING ERROR 2\n";exit} - "bash_completion.d" -} expect { timeout {puts "TESTING ERROR 3\n";exit} "group" @@ -31,16 +27,16 @@ expect { } expect { timeout {puts "TESTING ERROR 6\n";exit} - "timezone" + "X11" } send -- "ls -al /etc\r" expect { timeout {puts "TESTING ERROR 7\n";exit} "shadow" {puts "TESTING ERROR 8\n";exit} - "timezone" + "X11" } sleep 1 -puts "\n" +puts "\nall done\n" -- cgit v1.2.3-70-g09d2