From e7a61d334b704b3fb8dd2da1f6fdace918274fa3 Mon Sep 17 00:00:00 2001 From: netblue30 Date: Mon, 18 May 2020 07:33:28 -0400 Subject: fixing some of the tests --- test/fs/mkdir_mkfile.exp | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'test/fs') diff --git a/test/fs/mkdir_mkfile.exp b/test/fs/mkdir_mkfile.exp index 109984035..82dab1ddf 100755 --- a/test/fs/mkdir_mkfile.exp +++ b/test/fs/mkdir_mkfile.exp @@ -22,23 +22,23 @@ expect { "_firejail_test_dir" } expect { - timeout {puts "TESTING ERROR 1\n";exit} + timeout {puts "TESTING ERROR 2\n";exit} "_firejail_test_dir/dir1" } expect { - timeout {puts "TESTING ERROR 1\n";exit} + timeout {puts "TESTING ERROR 3\n";exit} "_firejail_test_dir/dir1/dir2" } expect { - timeout {puts "TESTING ERROR 1\n";exit} + timeout {puts "TESTING ERROR 4\n";exit} "_firejail_test_dir/dir1/dir2/dir3" } expect { - timeout {puts "TESTING ERROR 1\n";exit} + timeout {puts "TESTING ERROR 5\n";exit} "_firejail_test_dir/dir1/dir2/dir3/file1" } expect { - timeout {puts "TESTING ERROR 1\n";exit} + timeout {puts "TESTING ERROR 6\n";exit} "_firejail_test_file" } after 100 @@ -47,8 +47,8 @@ after 100 send -- "firejail --profile=mkfile.profile\r" expect { - timeout {puts "TESTING ERROR 1\n";exit} - "only files in user home or /tmp" + timeout {puts "TESTING ERROR 7\n";exit} + "only files or directories in user home, /tmp" } after 100 -- cgit v1.2.3-54-g00ecf