From 79db084e6bdf7159d52797c2dcc46044512e4a45 Mon Sep 17 00:00:00 2001 From: Sergei Shilovsky Date: Thu, 23 Jun 2022 17:21:46 +0300 Subject: comment --- tests/test_bindfs.rb | 1 + 1 file changed, 1 insertion(+) 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') -- cgit v1.2.3