aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSergei Shilovsky <sshilovsky@gmail.com>2022-06-23 17:21:46 +0300
committerSergei Shilovsky <sshilovsky@gmail.com>2022-06-23 17:22:17 +0300
commit79db084e6bdf7159d52797c2dcc46044512e4a45 (patch)
treea0de5374188aaa79bf3921d6677c5764a6e63b56
parent6d58ee41e9e4d11b1269d923f7ad27e27567274d (diff)
downloadbindfs-79db084e6bdf7159d52797c2dcc46044512e4a45.tar.gz
comment
-rwxr-xr-xtests/test_bindfs.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/test_bindfs.rb b/tests/test_bindfs.rb
index 5912844..4ebd8f3 100755
--- a/tests/test_bindfs.rb
+++ b/tests/test_bindfs.rb
@@ -428,6 +428,7 @@ Tempfile.open('passwdfile') do |passwd_file|
assert { File.stat('src/file2').gid == 789 }
end
+ # Pull Request 113
root_testenv("--map-passwd-rev=#{Shellwords.escape(passwd_file.path)} --map-group-rev=#{Shellwords.escape(group_file.path)}") do
touch('src/file1')
chown(nobody_uid, nobody_gid, 'src/file1')