diff options
author | Stefan Metzmacher <metze@samba.org> | 2007-04-16 06:30:08 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 12:19:22 -0500 |
commit | 9cda609e86963f7a0e5aea6701d1a06d7780685b (patch) | |
tree | 0af2d870b4ae41076e115c032b780ae021cd5702 /source3/lib/replace/test | |
parent | fb72736e6e067b2a2b469d498c0c62c328dbf82d (diff) | |
download | samba-9cda609e86963f7a0e5aea6701d1a06d7780685b.tar.gz samba-9cda609e86963f7a0e5aea6701d1a06d7780685b.tar.bz2 samba-9cda609e86963f7a0e5aea6701d1a06d7780685b.zip |
r22244: merge from samba4:
remove useless printf's
metze
(This used to be commit cf7c57eae5671cd15f0cee0173c7b05a8a8ba055)
Diffstat (limited to 'source3/lib/replace/test')
-rw-r--r-- | source3/lib/replace/test/testsuite.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/source3/lib/replace/test/testsuite.c b/source3/lib/replace/test/testsuite.c index 165d222261..4c21de7aa3 100644 --- a/source3/lib/replace/test/testsuite.c +++ b/source3/lib/replace/test/testsuite.c @@ -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; } |