mirror of
https://github.com/ipfs/kubo.git
synced 2026-03-01 14:28:02 +08:00
Address C.R. in t0250-files-api.sh.
License: MIT Signed-off-by: Kevin Atkinson <k@kevina.org>
This commit is contained in:
parent
b5b61f7527
commit
00a3b1df21
@ -572,7 +572,7 @@ tests_for_files_api() {
|
||||
local EXTRA
|
||||
EXTRA=$1
|
||||
|
||||
test_expect_success "can create some files for testing ($extra)" '
|
||||
test_expect_success "can create some files for testing ($EXTRA)" '
|
||||
create_files
|
||||
'
|
||||
ROOT_HASH=QmcwKfTMCT7AaeiD92hWjnZn9b6eh9NxnhfSzN5x2vnDpt
|
||||
@ -581,7 +581,7 @@ tests_for_files_api() {
|
||||
TRUNC_HASH=QmdaQZbLwK5ykweGdCVovNnvBom7QhikovDUVqTPHQG4L8
|
||||
test_files_api "($EXTRA)"
|
||||
|
||||
test_expect_success "can create some files for testing with raw-leaves ($extra)" '
|
||||
test_expect_success "can create some files for testing with raw-leaves ($EXTRA)" '
|
||||
create_files --raw-leaves
|
||||
'
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user