Skip to content

Commit

Permalink
test: fix mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
lrm25 committed Dec 4, 2024
1 parent 93c42c0 commit 22052fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/util/util_versioning.sh
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ delete_old_versions() {
log 5 "version keys: ${version_keys[*]}"
log 5 "version IDs: ${version_ids[*]}"
for idx in "${!version_keys[@]}"; do
if delete_object_version_with_or_without_retention "$1"; then
if ! delete_object_version_with_or_without_retention "$1"; then
log 2 "error deleting version with or without retention"
return 1
fi
Expand Down

0 comments on commit 22052fd

Please sign in to comment.