Skip to content

Commit

Permalink
squash! fixup! fixing missed import in test
Browse files Browse the repository at this point in the history
  • Loading branch information
jw2249a committed Jan 11, 2024
1 parent 23dd7cf commit 7a8ada9
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions misc/create_artifacts.jl
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
using SHA, Inflate, Tar
fileA = "test/dfA.tar.gz"
fileB = "test/dfB.tar.gz"

println("sha256 = ", bytes2hex(open(sha256, fileA)))
println("git-tree-sha1 = ", Tar.tree_hash(IOBuffer(inflate_gzip(fileA))))

println("sha256 = ", bytes2hex(open(sha256, fileB)))
println("git-tree-sha1 = ", Tar.tree_hash(IOBuffer(inflate_gzip(fileB))))

0 comments on commit 7a8ada9

Please sign in to comment.