fix(sharness): spelling
Steven Allen committed
Oct 8, 2019 at 08:34 UTC
4391ef92e53aedc52ec4fce0ca04938c125ca75b
1 file changed
+1
-1
test/sharness/t0040-add-and-cat.sh
+1
-1
@@ -197,7 +197,7 @@ test_add_cat_file() {
197
ipfs add --chunker buzhash mountdir/hello.txt >actual
198
'
199
200
- test_expect_success "ipfs add --chunker buzhahs output looks good" '
200
+ test_expect_success "ipfs add --chunker buzhash output looks good" '
201
HASH="QmVr26fY1tKyspEJBniVhqxQeEjhF78XerGiqWAwraVLQH" &&
202
echo "added $HASH hello.txt" >expected &&
203
test_cmp expected actual