diff --git a/test/test.sh b/test/test.sh index ca38835..3690347 100755 --- a/test/test.sh +++ b/test/test.sh @@ -470,7 +470,6 @@ test-restic-thinning-delete () { done EXPECTED_TIMESTAMPS=( # Weekly - "2021-01-01 00:00:00" # Daily (30) "2021-01-01 23:00:00" @@ -510,6 +509,7 @@ test-restic-thinning-delete () { assertContains "$SNAPSHOTS" "$TIMESTAMP" done UNEXPECTED_TIMESTAMPS=( + "2021-01-01 00:00:00" "2021-01-01 01:00:00" "2021-01-01 02:00:00" "2021-01-02 22:00:00"