diff options
Diffstat (limited to 'tests/test_bindfs.rb')
-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') |