diff options
Diffstat (limited to 'test/other/config.rb')
-rwxr-xr-x | test/other/config.rb | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/test/other/config.rb b/test/other/config.rb index 285331c72..b47b3c97a 100755 --- a/test/other/config.rb +++ b/test/other/config.rb @@ -534,6 +534,8 @@ yay = /a/path # provide a method to modify and create files w/out specifying the info # already stored in a config def test_writingfiles + File.umask(0022) + path = tempfile() mode = 0644 @@ -572,6 +574,8 @@ yay = /a/path end def test_mkdir + File.umask(0022) + path = tempfile() mode = 0755 |