diff options
| -rwxr-xr-x | mail-overview/test-mail-notify.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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")" |
