From: Bart Van Assche Date: Mon, 24 Dec 2012 10:43:15 +0000 (+0000) Subject: drd/tests/pth_cond_destroy_busy: Correct expected output X-Git-Tag: svn/VALGRIND_3_9_0~477 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ecc22dab2cb98109cb0a2d59dbfd769d7a392290;p=thirdparty%2Fvalgrind.git drd/tests/pth_cond_destroy_busy: Correct expected output git-svn-id: svn://svn.valgrind.org/valgrind/trunk@13200 --- diff --git a/drd/tests/pth_cond_destroy_busy.stderr.exp b/drd/tests/pth_cond_destroy_busy.stderr.exp index c1284ab572..70fff8d1e3 100644 --- a/drd/tests/pth_cond_destroy_busy.stderr.exp +++ b/drd/tests/pth_cond_destroy_busy.stderr.exp @@ -6,7 +6,7 @@ cond 0x........ was first observed at: at 0x........: pthread_cond_init (drd_pthread_intercepts.c:?) by 0x........: main (pth_cond_destroy_busy.c:?) -First pthread_cond_destroy() call returned EBUSY -Second pthread_cond_destroy() call returned success +First pthread_cond_destroy() call returned EBUSY. +Second pthread_cond_destroy() call returned success. ERROR SUMMARY: 1 errors from 1 contexts (suppressed: 0 from 0)