r22244: merge from samba4:
authorStefan Metzmacher <metze@samba.org>
Mon, 16 Apr 2007 06:30:08 +0000 (06:30 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 17:19:22 +0000 (12:19 -0500)
remove useless printf's

metze
(This used to be commit cf7c57eae5671cd15f0cee0173c7b05a8a8ba055)

source3/lib/replace/test/testsuite.c

index 165d222261e9375af55b3e06a9dfb7d5d547d1a3..4c21de7aa3aa390cffaf94999da82fc44a24ebc0 100644 (file)
@@ -423,9 +423,7 @@ static int test_bzero(void)
 
 static int test_strerror(void)
 {
-       printf("test: strerror\n");
        /* FIXME */
-       printf("failure: sterror\n");
        return true;
 }