summaryrefslogtreecommitdiffstats
path: root/tests/helpers
diff options
context:
space:
mode:
Diffstat (limited to 'tests/helpers')
-rw-r--r--tests/helpers/test_md5.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/helpers/test_md5.c b/tests/helpers/test_md5.c
index 44f6a933d..471580e12 100644
--- a/tests/helpers/test_md5.c
+++ b/tests/helpers/test_md5.c
@@ -24,6 +24,6 @@ int main(void)
for (i = 0; i < MD5LENGTH; i++)
printf( "%02x", digest[i] );
- printf(" -\n");
+ printf("\n");
return 0;
}