mirror of
https://github.com/ipfs/kubo.git
synced 2025-08-06 11:31:54 +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:
@ -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
|
||||
'
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user