diff --git a/tests/utils.c b/tests/utils.c
index a70beed3320615a71701e62b465e9d77c01ed5f4..270daf4fca94fec5dfa8434dd8fb8cb9dd7b52d6 100644
--- a/tests/utils.c
+++ b/tests/utils.c
@@ -1578,6 +1578,7 @@ static const struct
 {
   { "", 0, "", TRUE },
   { "bar", -1, "bar", TRUE },
+  { "bar", -1, "bard", FALSE },
   { "foobar", -1, "bar", TRUE },
   { "foobar", -1, "BAR", FALSE },
   { "foo\0bar", 7, "ar", TRUE },