mirror of
https://github.com/kopia/kopia.git
synced 2026-09-21 17:55:10 -04:00
If the TEST_RC environment variable is unset, the robustness_job.sh script exits prematurely due to an unbound variable error, instead of starting the robustness job without that argument. This commit evaluates said variable conditionally so that the script doesn't fail.