File tree Expand file tree Collapse file tree 4 files changed +1
-25
lines changed Expand file tree Collapse file tree 4 files changed +1
-25
lines changed Original file line number Diff line number Diff line change 11name = " Git"
22uuid = " d7ba0133-e1db-5d97-8f8c-041e4b3a1eb2"
33authors = [" Dilum Aluthge" , " contributors" ]
4- version = " 1.0 .0"
4+ version = " 1.1 .0"
55
66[deps ]
77Git_jll = " f8c6e375-362e-5223-8a59-34ff63f689eb"
Original file line number Diff line number Diff line change @@ -5,6 +5,5 @@ import Git_jll
55export git
66
77include (" git_function.jl" )
8- include (" git_cmd_macro.jl" )
98
109end # module
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 3434 @test isdir (" Git.jl" )
3535 @test isfile (joinpath (" Git.jl" , " Project.toml" ))
3636 end
37-
38- withtempdir () do tmp_dir
39- @test ! isdir (" Git.jl" )
40- @test ! isfile (joinpath (" Git.jl" , " Project.toml" ))
41- cmd = Git. git ` clone https://github.com/JuliaVersionControl/Git.jl`
42- @test cmd isa Cmd
43- @test ! isdir (" Git.jl" )
44- @test ! isfile (joinpath (" Git.jl" , " Project.toml" ))
45- run (cmd)
46- @test isdir (" Git.jl" )
47- @test isfile (joinpath (" Git.jl" , " Project.toml" ))
48- end
49-
5037end
5138
5239@testset " Safety" begin
You can’t perform that action at this time.
0 commit comments