diff --git a/t/t-fetch.sh b/t/t-fetch.sh index 9d88cbc8..83f55d0a 100755 --- a/t/t-fetch.sh +++ b/t/t-fetch.sh @@ -398,7 +398,8 @@ begin_test "fetch-all" # Preform the same assertion as above, on the same data git lfs fetch --all origin - for ((a=0; a < NUMFILES ; a++)); do + for ((a=0; a < NUMFILES ; a++)) + do assert_local_object "${oid[$a]}" "${#content[$a]}" done )