Skip to content

Commit

Permalink
Merge pull request #3170 from ipfs/fix/test/block-hash
Browse files Browse the repository at this point in the history
sharness: fix typo in hash in t0050
  • Loading branch information
whyrusleeping committed Sep 2, 2016
2 parents d925094 + aafe084 commit 3303fea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/sharness/t0050-block.sh
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ test_expect_success "add and pin directory" '

HASH=QmRKqGMAM6EZngbpjSqrvYzq5Qd8b1bSWymjSUY9zQSNDk
HASH2=QmdnpnsaEj69isdw5sNzp3h3HkaDz7xKq7BmvFFBzNr5e7
RANDOMHASH=QRmKqGMAM6EbngbZjSqrvYzq5Qd8b1bSWymjSUY9zQSNDq
RANDOMHASH=QmRKqGMAM6EbngbZjSqrvYzq5Qd8b1bSWymjSUY9zQSNDq

test_expect_success "multi-block 'ipfs block rm' mixed" '
test_must_fail ipfs block rm $FILE1HASH $DIRHASH $HASH $FILE3HASH $RANDOMHASH $HASH2 2> block_rm_err
Expand Down

0 comments on commit 3303fea

Please sign in to comment.