Fix test date (again)...

I forgot to remove the "%P" case from shared code... Doh!
This commit is contained in:
Emmanuel Fleury 2022-02-04 17:07:39 +01:00
parent 6490c66ed6
commit 48c9d77588

View File

@ -735,7 +735,6 @@ test_strftime (void)
{ "%h", "Jan" },
{ "%k", " 0" },
{ "%l", "12" },
{ "%P", "am" },
{ "%r", "12:00:00 AM" },
{ "%X", "00:00:00" },
{ "%x", "01/01/01" },