Skip to content

Commit

Permalink
fix code style [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
mojavelinux committed Dec 15, 2020
1 parent 006b964 commit 47c5bf2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/reader_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -854,7 +854,7 @@ class ReaderTest < Minitest::Test
end
end

test 'unreadable file referenced by include directive is replaced by warning', unless: (windows? || 0 == Process.euid) do
test 'unreadable file referenced by include directive is replaced by warning', unless: (windows? || Process.euid == 0) do
include_file = File.join DIRNAME, 'fixtures', 'chapter-a.adoc'
FileUtils.chmod 0000, include_file
input = <<~'EOS'
Expand Down

0 comments on commit 47c5bf2

Please sign in to comment.