From 3cefd8f09020580bdb7edefc6c8cfaae34d82968 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Fri, 6 May 2011 17:29:29 +0000 Subject: 2011-05-06 Joel Sherrill * psxfile01/test.c, psxmsgq01/init.c, psxreaddir/test.c: Fix tests broken in warning pass. --- testsuites/psxtests/psxreaddir/test.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'testsuites/psxtests/psxreaddir/test.c') diff --git a/testsuites/psxtests/psxreaddir/test.c b/testsuites/psxtests/psxreaddir/test.c index b0900cb3b7..c6df81205d 100644 --- a/testsuites/psxtests/psxreaddir/test.c +++ b/testsuites/psxtests/psxreaddir/test.c @@ -82,7 +82,7 @@ void complete_printdir( char *path ) printdir( the_dir ); status = closedir( the_dir ); - rtems_test_assert( status ); + rtems_test_assert( !status ); } char *many_files[] = { -- cgit v1.2.3