mirror of
https://github.com/ipfs/kubo.git
synced 2026-03-12 03:37:59 +08:00
fix sharness test_expect_code location in add-and-cat
License: MIT Signed-off-by: Steven Allen <steven@stebalien.com>
This commit is contained in:
parent
0c56ac104b
commit
18781fb2e7
@ -160,8 +160,8 @@ test_add_cat_file() {
|
||||
ipfs add -Q --chunker rabin-36-512-1024 mountdir/hello.txt
|
||||
'
|
||||
|
||||
test_expect_code 127 "ipfs add --chunker rabin-12-512-1024 failed" '
|
||||
ipfs add -Q --chunker rabin-12-512-1024 mountdir/hello.txt
|
||||
test_expect_success "ipfs add --chunker rabin-12-512-1024 failed" '
|
||||
test_expect_code 127 ipfs add -Q --chunker rabin-12-512-1024 mountdir/hello.txt
|
||||
'
|
||||
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user