From c8d211478f4a562628fb400355861ca81f8a446b Mon Sep 17 00:00:00 2001 From: Ruediger Meier Date: Wed, 6 Apr 2016 12:30:17 +0200 Subject: tests: test_md5 prints md5sum only We want to to use it for other tests without depending on gnu md5sum and without cut or awk. Signed-off-by: Ruediger Meier --- tests/helpers/test_md5.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/helpers') 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; } -- cgit v1.2.3-55-g7522