Revert change to test
This commit is contained in:
parent
09acfeaf68
commit
7d5e6533d4
1 changed files with 1 additions and 1 deletions
|
@ -470,7 +470,6 @@ test-restic-thinning-delete () {
|
||||||
done
|
done
|
||||||
EXPECTED_TIMESTAMPS=(
|
EXPECTED_TIMESTAMPS=(
|
||||||
# Weekly
|
# Weekly
|
||||||
"2021-01-01 00:00:00"
|
|
||||||
|
|
||||||
# Daily (30)
|
# Daily (30)
|
||||||
"2021-01-01 23:00:00"
|
"2021-01-01 23:00:00"
|
||||||
|
@ -510,6 +509,7 @@ test-restic-thinning-delete () {
|
||||||
assertContains "$SNAPSHOTS" "$TIMESTAMP"
|
assertContains "$SNAPSHOTS" "$TIMESTAMP"
|
||||||
done
|
done
|
||||||
UNEXPECTED_TIMESTAMPS=(
|
UNEXPECTED_TIMESTAMPS=(
|
||||||
|
"2021-01-01 00:00:00"
|
||||||
"2021-01-01 01:00:00"
|
"2021-01-01 01:00:00"
|
||||||
"2021-01-01 02:00:00"
|
"2021-01-01 02:00:00"
|
||||||
"2021-01-02 22:00:00"
|
"2021-01-02 22:00:00"
|
||||||
|
|
Loading…
Add table
Reference in a new issue