diff options
author | Sergei Shilovsky <sshilovsky@gmail.com> | 2022-06-23 17:21:46 +0300 |
---|---|---|
committer | Sergei Shilovsky <sshilovsky@gmail.com> | 2022-06-23 17:22:17 +0300 |
commit | 79db084e6bdf7159d52797c2dcc46044512e4a45 (patch) | |
tree | a0de5374188aaa79bf3921d6677c5764a6e63b56 | |
parent | 6d58ee41e9e4d11b1269d923f7ad27e27567274d (diff) | |
download | bindfs-79db084e6bdf7159d52797c2dcc46044512e4a45.tar.gz |
comment
-rwxr-xr-x | tests/test_bindfs.rb | 1 |
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') |