From 9294f8fe2ebb93388edbb5bebab3aa664415c072 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Thu, 23 Feb 2012 09:55:44 +0100 Subject: psxtests: Fix typo in psxstat --- testsuites/psxtests/psxstat/test.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'testsuites/psxtests/psxstat') diff --git a/testsuites/psxtests/psxstat/test.c b/testsuites/psxtests/psxstat/test.c index e3b7f23b8e..c5d344d8fc 100644 --- a/testsuites/psxtests/psxstat/test.c +++ b/testsuites/psxtests/psxstat/test.c @@ -705,7 +705,7 @@ void Cause_faults(void) status = rmdir( longer_name ); rtems_test_assert( status == 0 ); - printf("unlink %s\n", Links_to_Dirs[5]); + printf("unlink %s\n", Links_to_dirlinks[5]); status = unlink( Links_to_dirlinks[5] ); rtems_test_assert( status == 0 ); -- cgit v1.2.3