From e0e7205447856c75e970ea60d5d07ff4aef39436 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Mon, 22 Nov 2004 08:19:04 +0000 Subject: 2004-11-22 Ralf Corsepius PR 721/tests * itronsem01/init.c: Fix bogus assert. --- testsuites/itrontests/ChangeLog | 5 +++++ testsuites/itrontests/itronsem01/init.c | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) (limited to 'testsuites/itrontests') diff --git a/testsuites/itrontests/ChangeLog b/testsuites/itrontests/ChangeLog index 2c9d14eeb7..3a87edf0ea 100644 --- a/testsuites/itrontests/ChangeLog +++ b/testsuites/itrontests/ChangeLog @@ -1,3 +1,8 @@ +2004-11-22 Ralf Corsepius + + PR 721/tests + * itronsem01/init.c: Fix bogus assert. + 2004-09-24 Ralf Corsepius * configure.ac: Require automake > 1.9. diff --git a/testsuites/itrontests/itronsem01/init.c b/testsuites/itrontests/itronsem01/init.c index 1b84ef9f3f..3a833a1114 100644 --- a/testsuites/itrontests/itronsem01/init.c +++ b/testsuites/itrontests/itronsem01/init.c @@ -284,7 +284,7 @@ void ITRON_Init( void ) puts( "Init - sig_sem - semaphore 1 (count > maximum) - E_QOVR" ); status = sig_sem( 1 ); - assert( status == E_OK ); + assert( status == E_QOVR ); /* * Exercise ref_sem -- cgit v1.2.3