Skip to content

Commit

Permalink
add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
chris-rock committed Aug 24, 2016
1 parent d510747 commit ce9710c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/unit/fetchers/fetchers_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ def fetcher
# ignored by all tar streaming tools, its not extracted by GNU tar since 1.14
%w{/pax_global_header /a/b} => %w{b},
%w{pax_global_header a/b} => %w{b},
# windows path
%w{.\\path\\} => %w{./path/}
}.each do |ins, outs|
describe 'empty profile' do
Expand Down

0 comments on commit ce9710c

Please sign in to comment.