fix(sharness): spelling

This commit is contained in:
Steven Allen 2019-10-08 08:34:55 +09:00 committed by GitHub
parent 76d2ad404d
commit 4391ef92e5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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