mirror of
https://github.com/ipfs/kubo.git
synced 2026-02-27 13:27:50 +08:00
fix(sharness): spelling
This commit is contained in:
parent
76d2ad404d
commit
4391ef92e5
@ -197,7 +197,7 @@ test_add_cat_file() {
|
||||
ipfs add --chunker buzhash mountdir/hello.txt >actual
|
||||
'
|
||||
|
||||
test_expect_success "ipfs add --chunker buzhahs output looks good" '
|
||||
test_expect_success "ipfs add --chunker buzhash output looks good" '
|
||||
HASH="QmVr26fY1tKyspEJBniVhqxQeEjhF78XerGiqWAwraVLQH" &&
|
||||
echo "added $HASH hello.txt" >expected &&
|
||||
test_cmp expected actual
|
||||
|
||||
Loading…
Reference in New Issue
Block a user