diff --git a/test/sharness/t0040-add-and-cat.sh b/test/sharness/t0040-add-and-cat.sh index b6c1f500e..74408fbb6 100755 --- a/test/sharness/t0040-add-and-cat.sh +++ b/test/sharness/t0040-add-and-cat.sh @@ -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