mirror of
https://github.com/ipfs/kubo.git
synced 2026-02-25 04:17:44 +08:00
Adapt t0050 to output from ipfs2
The ouput from "ipfs block" changed in ipfs2. With the change in this commit, this output change doesn't prevent the test to pass. Test t0050 now passes on my Linux machine. License: MIT Signed-off-by: Christian Couder <chriscool@tuxfamily.org>
This commit is contained in:
parent
30f28c00ce
commit
68f7b50b5c
@ -20,7 +20,7 @@ test_expect_success "'ipfs block put' succeeds" '
|
||||
|
||||
test_expect_success "'ipfs block put' output looks good" '
|
||||
HASH="QmRKqGMAM6EZngbpjSqrvYzq5Qd8b1bSWymjSUY9zQSNDk" &&
|
||||
echo "added as '\''$HASH'\''" >expected_out &&
|
||||
echo "$HASH" >expected_out &&
|
||||
test_cmp expected_out actual_out
|
||||
'
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user