@cryptotaxi247 / kubo / commits / 00a3b1df2

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

License: MIT Signed-off-by: Kevin Atkinson <k@kevina.org>

Kevin Atkinson committed Oct 18, 2017 at 13:35 UTC 00a3b1df213dd4f09931b7cf974668505f1657a2
1 file changed +2 -2
test/sharness/t0250-files-api.sh
+2 -2
@@ -572,7 +572,7 @@ tests_for_files_api() {
572 local EXTRA
573 EXTRA=$1
574
575 - test_expect_success "can create some files for testing ($extra)" '
575 + test_expect_success "can create some files for testing ($EXTRA)" '
576 create_files
577 '
578 ROOT_HASH=QmcwKfTMCT7AaeiD92hWjnZn9b6eh9NxnhfSzN5x2vnDpt
@@ -581,7 +581,7 @@ tests_for_files_api() {
581 TRUNC_HASH=QmdaQZbLwK5ykweGdCVovNnvBom7QhikovDUVqTPHQG4L8
582 test_files_api "($EXTRA)"
583
584 - test_expect_success "can create some files for testing with raw-leaves ($extra)" '
584 + test_expect_success "can create some files for testing with raw-leaves ($EXTRA)" '
585 create_files --raw-leaves
586 '
587