From: Bastian Dehn Date: Mon, 17 Aug 2026 14:30:37 +0000 (+0200) Subject: change test with over year check X-Git-Tag: v1.0.8^2~4 X-Git-Url: https://gitweb.hhaalo.de/?a=commitdiff_plain;h=485bc5382f99ccd14fdb16fddb6b1b9ec62d0f5f;p=simple-backup.git change test with over year check --- diff --git a/tests/backup_tests.bats b/tests/backup_tests.bats index f2307fb..1001b6f 100755 --- a/tests/backup_tests.bats +++ b/tests/backup_tests.bats @@ -1119,7 +1119,7 @@ teardown() { mkdir --parents "build/test" printf "none\nnone\n2000-01-01\n" > "build/test/stats" get_date() { - date --date="2000-01-01" +%s + echo "1999-01-01" } run main "check"