summaryrefslogtreecommitdiff
path: root/source4/lib/replace/test
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2007-08-26 19:58:40 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 15:02:37 -0500
commitf96b1778a42d8388fd1c6384cd7c90b6e4bcd437 (patch)
tree94d53311f479107ecdb760a926d86d9b9114959b /source4/lib/replace/test
parent92be36316d91b594ca6c3d1ba3443209d9bc6a5b (diff)
downloadsamba-f96b1778a42d8388fd1c6384cd7c90b6e4bcd437.tar.gz
samba-f96b1778a42d8388fd1c6384cd7c90b6e4bcd437.tar.bz2
samba-f96b1778a42d8388fd1c6384cd7c90b6e4bcd437.zip
r24674: Make sure results are always on a new line, fix typo in test name.
(This used to be commit 40c1635b39b4acff0acecc734583daa0217215ce)
Diffstat (limited to 'source4/lib/replace/test')
-rw-r--r--source4/lib/replace/test/testsuite.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/lib/replace/test/testsuite.c b/source4/lib/replace/test/testsuite.c
index 8584bcaa66..269a2ff5d6 100644
--- a/source4/lib/replace/test/testsuite.c
+++ b/source4/lib/replace/test/testsuite.c
@@ -743,7 +743,7 @@ static int test_strtoull(void)
TEST_STRTOULL("-02000000000000000000000",8, 18446744073709551615LLU, 24, ERANGE);
TEST_STRTOULL("-2000000000000000000000",8, 18446744073709551615LLU, 23, ERANGE);
- printf("success: strtuoll\n");
+ printf("success: strtoull\n");
return true;
}