Skip to content

Commit

Permalink
fix test/pkg.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
simonbyrne committed Dec 20, 2016
1 parent 6f7f14c commit ace5716
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/pkg.jl
Original file line number Diff line number Diff line change
Expand Up @@ -379,7 +379,7 @@ temp_pkg_dir() do
# create a bare repo (isbare = true)
repo = LibGit2.init(pth, true)
@test repo.ptr != C_NULL
finalize(repo)
close(repo)
Pkg.update()
end

Expand Down

0 comments on commit ace5716

Please sign in to comment.