forget: Fail test if duration parsing error is missing

This commit is contained in:
Michael Eischer
2022-08-18 20:14:09 +02:00
parent 6f517858e8
commit bb27f7408c
2 changed files with 9 additions and 2 deletions

View File

@@ -6,3 +6,4 @@ units in the duration options, such as e.g. `--keep-within-daily 2w`.
Specifying an invalid/unsupported duration unit now results in an error.
https://github.com/restic/restic/issues/3861
https://github.com/restic/restic/pull/3862