Skip to content

Commit

Permalink
printfs
Browse files Browse the repository at this point in the history
  • Loading branch information
petar committed Aug 12, 2020
1 parent f2fba11 commit 61f8485
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/sharness/t0160-resolve.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ test_expect_success "resolve: prepare files" '
a_hash_b32=$(cid-fmt -v 1 -b b %s $a_hash)
b_hash_b32=$(cid-fmt -v 1 -b b %s $b_hash)
c_hash_b32=$(cid-fmt -v 1 -b b %s $c_hash)
echo 'abc_hash:' $a_hash $b_hash $c_hash
echo 'abc_hash_b32:' $a_hash_b32 $b_hash_b32 $c_hash_b32
'

test_expect_success "resolve: prepare dag" '
Expand Down

0 comments on commit 61f8485

Please sign in to comment.