diff --git a/test/fetchzip.sh b/test/fetchzip.sh index 68772a3..8ea3a00 100755 --- a/test/fetchzip.sh +++ b/test/fetchzip.sh @@ -43,7 +43,7 @@ echo '========== +Output was ==========' >&2 echo "$retryOut" >&2 echo '========== -Output was ==========' >&2 - die 'DUB should have retried download on server error multiple times.' + die "DUB should have retried download on server error multiple times, but only tried $retryCount times." elif [ $rc -eq 124 ]; then die 'DUB timed out unexpectedly.' fi