From d32bc6026591ff6758025e29bc1e70c536fbd942 Mon Sep 17 00:00:00 2001 From: Martin Pärtel Date: Mon, 22 Jul 2013 11:11:43 +0300 Subject: Rename chmod-perms to chmod-filter. --- tests/test_bindfs.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/test_bindfs.rb b/tests/test_bindfs.rb index 26c7b20..f8a9d89 100755 --- a/tests/test_bindfs.rb +++ b/tests/test_bindfs.rb @@ -258,7 +258,7 @@ testenv("--chmod-deny --chmod-allow-x") do assert_exception(EPERM) { chmod(0700, 'mnt/dir') } # chmod on dir should not work end -testenv("--chmod-perms=g-w,o-rwx") do +testenv("--chmod-filter=g-w,o-rwx") do touch('src/file') chmod(0666, 'mnt/file') -- cgit v1.2.3