mirror of
https://github.com/pgbackrest/pgbackrest.git
synced 2025-01-18 04:58:51 +02:00
8bb0b28455
In the commandTest the HRN_STORAGE_REMOVE replacement uses .errorOnMissing when the code being tested added the file. The reason for this is 3 fold: 1. to ensure that an inadvertent typo in the path/file name does not go undetected, 2. to ensure that nothing else has removed the file prior to the call, and 3. consistency Also, added "stanza" to comment when a stanza stop file is removed vs an "all" stop file.