r18343: fixed setlinebuf() prototype, added test for it, and use it in two
[samba.git] / source4 / lib / replace / test / testsuite.c
index 33270d9a4ac8767af398d1167b2054f63bab80f4..89d2ae6a88ac5def25ad57e6203b5677bf636904 100644 (file)
@@ -146,7 +146,8 @@ static int test_strdup(void)
 
 static int test_setlinebuf(void)
 {
-       /* FIXME */
+       printf("testing setlinebuf\n");
+       setlinebuf(stdout);
        return true;
 }