]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
r22247: merge from samba4:
authorStefan Metzmacher <metze@samba.org>
Mon, 16 Apr 2007 07:41:01 +0000 (07:41 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 17:19:22 +0000 (12:19 -0500)
only test strtoll once

metze

source/lib/replace/test/testsuite.c

index 4c21de7aa3aa390cffaf94999da82fc44a24ebc0..a394810f618cae926500468eb4c9890c632699dc 100644 (file)
@@ -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();