]> git.kernelconcepts.de Git - karo-tx-redboot.git/blobdiff - packages/language/c/libc/time/v2_0/tests/strftime.c
unified MX27, MX25, MX37 trees
[karo-tx-redboot.git] / packages / language / c / libc / time / v2_0 / tests / strftime.c
index 6e2ce2fd924add9e3c4b32f77773b1560b5ffe5d..97f2531d248303a88999069c65097381aef3a936 100644 (file)
@@ -118,7 +118,7 @@ test( CYG_ADDRWORD data )
                        "strftime test #7");
 
     size = strftime(s, 1000, "%I", &tm1);
-    CYG_TEST_PASS_FAIL((size==2) && !my_strcmp(s, "09"),
+    CYG_TEST_PASS_FAIL((size==2) && !my_strcmp(s, "08"),
                        "strftime test #8");
 
     size = strftime(s, 1000, "%j", &tm1);