From c0a6f2a4d08d2cd7c686de7aadb83c22ba4b822e Mon Sep 17 00:00:00 2001 From: marc Date: Sun, 16 Jun 2002 23:06:15 +0000 Subject: write newline before successful test completion --- regress/lib/libpthread/sleep/sleep.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'regress/lib/libpthread/sleep/sleep.c') diff --git a/regress/lib/libpthread/sleep/sleep.c b/regress/lib/libpthread/sleep/sleep.c index 7819c136c3f..e2da9992f7f 100644 --- a/regress/lib/libpthread/sleep/sleep.c +++ b/regress/lib/libpthread/sleep/sleep.c @@ -1,4 +1,4 @@ -/* $OpenBSD: sleep.c,v 1.2 2001/09/20 16:43:15 todd Exp $ */ +/* $OpenBSD: sleep.c,v 1.3 2002/06/16 23:06:28 marc Exp $ */ /* * Copyright (c) 1993, 1994, 1995, 1996 by Chris Provenzano and contributors, * proven@mit.edu All rights reserved. @@ -79,5 +79,6 @@ main() for (i = 0; i < count; i++) CHECKr(pthread_join(thread[i], NULL)); + CHECKe(write(STDOUT_FILENO, "\n", 1)); SUCCEED; } -- cgit v1.2.3-59-g8ed1b