diff options
author | Martin Pärtel <martin.partel@gmail.com> | 2013-07-22 11:11:43 +0300 |
---|---|---|
committer | Martin Pärtel <martin.partel@gmail.com> | 2013-07-22 11:11:43 +0300 |
commit | d32bc6026591ff6758025e29bc1e70c536fbd942 (patch) | |
tree | b2e4ef84876a9e38bd3f540007935bf77d9f6962 /tests/test_bindfs.rb | |
parent | a87b4abe272ab928ee972ff875ca5b49ee14769a (diff) | |
download | bindfs-d32bc6026591ff6758025e29bc1e70c536fbd942.tar.gz |
Rename chmod-perms to chmod-filter.
Diffstat (limited to 'tests/test_bindfs.rb')
-rwxr-xr-x | tests/test_bindfs.rb | 2 |
1 files changed, 1 insertions, 1 deletions
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') |