From: Stefan Metzmacher Date: Mon, 16 Apr 2007 07:41:01 +0000 (+0000) Subject: r22247: merge from samba4: X-Git-Tag: samba-misc-tags/initial-v3-0-unstable~707 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=17088fd644ef68ac2e96ed1246339b65943d63d0;p=thirdparty%2Fsamba.git r22247: merge from samba4: only test strtoll once metze --- diff --git a/source/lib/replace/test/testsuite.c b/source/lib/replace/test/testsuite.c index 4c21de7aa3a..a394810f618 100644 --- a/source/lib/replace/test/testsuite.c +++ b/source/lib/replace/test/testsuite.c @@ -651,7 +651,6 @@ bool torture_local_replace(struct torture_context *ctx) ret &= test_getpass(); ret &= test_inet_ntoa(); ret &= test_strtoll(); - ret &= test_strtoll(); ret &= test_strtoull(); ret &= test_va_copy(); ret &= test_FUNCTION();