Address C.R. in t0250-files-api.sh.

License: MIT
Signed-off-by: Kevin Atkinson <k@kevina.org>
This commit is contained in:
Kevin Atkinson 2017-10-18 13:35:00 -04:00
parent b5b61f7527
commit 00a3b1df21

View File

@ -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
'