From 18735f3771ae335b147b604e25b805f6bb7afd62 Mon Sep 17 00:00:00 2001 From: "Danilo M." Date: Sun, 13 Sep 2026 17:22:35 +0200 Subject: test(mail-overview): exercise the integer guard in read_prev_rev --- mail-overview/test-mail-notify.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mail-overview/test-mail-notify.sh') diff --git a/mail-overview/test-mail-notify.sh b/mail-overview/test-mail-notify.sh index 95e971d..d5db6c3 100755 --- a/mail-overview/test-mail-notify.sh +++ b/mail-overview/test-mail-notify.sh @@ -128,7 +128,7 @@ check "a revision written is a revision read back" \ check "a different database UUID discards the revision" \ "" "$(read_prev_rev "uuid-b")" -printf 'garbage not a state file\n' > "$tmpstate" +printf 'uuid-a garbage\n' > "$tmpstate" check "an unparseable state file reports no previous revision" \ "" "$(read_prev_rev "uuid-a")" -- cgit v1.2.3