From f4171a91412f89d509e6d1371fd81b4ecd89c11d Mon Sep 17 00:00:00 2001 From: netblue30 Date: Sun, 11 Oct 2015 11:24:02 -0400 Subject: --private-bin --- test/fscheck-shell.exp | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'test/fscheck-shell.exp') diff --git a/test/fscheck-shell.exp b/test/fscheck-shell.exp index d2320a4c3..548955e60 100755 --- a/test/fscheck-shell.exp +++ b/test/fscheck-shell.exp @@ -15,7 +15,7 @@ after 100 # .. send -- "firejail --net=br0 --shell=../test/fscheck-dir\r" expect { - timeout {puts "TESTING ERROR 0.1\n";exit} + timeout {puts "TESTING ERROR 1\n";exit} "Error" } after 100 @@ -23,7 +23,7 @@ after 100 # dir link send -- "firejail --net=br0 --shell=fscheck-dir-link\r" expect { - timeout {puts "TESTING ERROR 1\n";exit} + timeout {puts "TESTING ERROR 2\n";exit} "Error" } after 100 @@ -31,7 +31,7 @@ after 100 # .. send -- "firejail --net=br0 --shell=../test/fscheck-dir-link\r" expect { - timeout {puts "TESTING ERROR 1.1\n";exit} + timeout {puts "TESTING ERROR 3\n";exit} "Error" } after 100 @@ -39,7 +39,7 @@ after 100 # file link send -- "firejail --net=br0 --shell=fscheck-file-link\r" expect { - timeout {puts "TESTING ERROR 2\n";exit} + timeout {puts "TESTING ERROR 4\n";exit} "Error" } after 100 @@ -47,7 +47,7 @@ after 100 # .. send -- "firejail --net=br0 --shell=../test/fscheck-file-link\r" expect { - timeout {puts "TESTING ERROR 2\n";exit} + timeout {puts "TESTING ERROR 5\n";exit} "Error" } after 100 @@ -55,7 +55,7 @@ after 100 # no file send -- "firejail --net=br0 --shell=../test/nofile\r" expect { - timeout {puts "TESTING ERROR 3\n";exit} + timeout {puts "TESTING ERROR 6\n";exit} "Error" } after 100 @@ -63,7 +63,7 @@ after 100 # real GID/UID send -- "firejail --net=br0 --shell=/etc/shadow\r" expect { - timeout {puts "TESTING ERROR 4\n";exit} + timeout {puts "TESTING ERROR 7\n";exit} "Error" } after 100 -- cgit v1.2.3-54-g00ecf