Skip to content

Fix broken spec covering non-tar backups

Vijay Hawoldar requested to merge vij-fix-tar-backup-spec into master

What does this MR do?

Fixes a broken test that covers non-tarred backup files.

Previously, the test was passing because the it was nested within before, which prevented the typo from triggering an error. Once that was resolved, it highlighted that the test also didn't correctly cover the scenario it was supposed to (and was incorrectly passing) because it was hitting an unhandled exit 1.

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

Edited by Vijay Hawoldar

Merge request reports