diff --git a/tests/Integrity_-_Large_file_support.test b/tests/Integrity_-_Large_file_support.test index ef085a4..b31353b 100755 --- a/tests/Integrity_-_Large_file_support.test +++ b/tests/Integrity_-_Large_file_support.test @@ -42,7 +42,7 @@ if ! test "${bytesTransferred}" -eq "${fileSize}"; then exit 1 fi if ! test "${bytesReported}" -eq "${fileSize}"; then - echo "counted ${bytesTransferred} of ${fileSize} bytes" + echo "counted ${bytesReported} of ${fileSize} bytes" exit 1 fi @@ -56,7 +56,7 @@ if ! test "${bytesTransferred}" -eq "${fileSize}"; then exit 1 fi if ! test "${bytesReported}" -eq "${fileSize}"; then - echo "stdin - counted ${bytesTransferred} of ${fileSize} bytes" + echo "stdin - counted ${bytesReported} of ${fileSize} bytes" exit 1 fi