From 7be7e2d326540135273b221f594cd22057ac04dc Mon Sep 17 00:00:00 2001 From: smitsohu Date: Thu, 26 Sep 2019 01:22:59 +0200 Subject: testing: rename and simplify cf. previous commits 5bb476f74efb4754b6f5f8d711c6b77898ef9385 and 4b1a6094d7f4d9c25ff4f0f9a31bcd83732910a1 --- test/fs/fs.sh | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'test/fs/fs.sh') diff --git a/test/fs/fs.sh b/test/fs/fs.sh index 7ea8de542..fa642443f 100755 --- a/test/fs/fs.sh +++ b/test/fs/fs.sh @@ -21,8 +21,8 @@ mkdir ~/_firejail_test_dir/test1 touch ~/_firejail_test_dir/test1/b echo "TESTING: read/write (test/fs/read-write.exp)" ./read-write.exp -echo "TESTING: readonly whitelist (test/fs/readonly-whitelist.exp)" -./readonly-whitelist.exp +echo "TESTING: whitelist readonly (test/fs/whitelist-readonly.exp)" +./whitelist-readonly.exp rm -fr ~/_firejail_test_* echo "TESTING: /sys/fs access (test/fs/sys_fs.exp)" @@ -108,15 +108,15 @@ echo "TESTING: recursive mkdir (test/fs/mkdir.exp)" echo "TESTING: double whitelist (test/fs/whitelist-double.exp)" ./whitelist-double.exp -echo "TESTING: whitelist file with whitespaces (test/fs/whitelist-whitespace.exp)" -./whitelist-whitespace.exp - echo "TESTING: whitelist (test/fs/whitelist.exp)" ./whitelist.exp echo "TESTING: whitelist dev, var(test/fs/whitelist-dev.exp)" ./whitelist-dev.exp +echo "TESTING: whitelist with whitespaces (test/fs/whitelist-whitespace.exp)" +./whitelist-whitespace.exp + echo "TESTING: fscheck --bind non root (test/fs/fscheck-bindnoroot.exp)" ./fscheck-bindnoroot.exp -- cgit v1.2.3-70-g09d2