Skip to content

Commit

Permalink
Update test to handle the fixed filemode handling in libgit2
Browse files Browse the repository at this point in the history
  • Loading branch information
Scott J. Goldman committed Jun 20, 2012
1 parent 5f300a8 commit 0698efe
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/index_test.rb
Expand Up @@ -92,6 +92,8 @@ def new_index_entry
@index.add(e)
new_e = @index[e[:path]]

# git only sets executable bit based on owner
e[:mode] = 33188
assert_equal e, new_e
end

Expand Down

0 comments on commit 0698efe

Please sign in to comment.