aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorMartin Pärtel <martin.partel@gmail.com>2013-07-22 11:11:43 +0300
committerMartin Pärtel <martin.partel@gmail.com>2013-07-22 11:11:43 +0300
commitd32bc6026591ff6758025e29bc1e70c536fbd942 (patch)
treeb2e4ef84876a9e38bd3f540007935bf77d9f6962 /tests
parenta87b4abe272ab928ee972ff875ca5b49ee14769a (diff)
downloadbindfs-d32bc6026591ff6758025e29bc1e70c536fbd942.tar.gz
Rename chmod-perms to chmod-filter.
Diffstat (limited to 'tests')
-rwxr-xr-xtests/test_bindfs.rb2
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')