[rtems commit] psxtests: Fix typo in psxstat

Sebastian Huber sebh at rtems.org
Thu Feb 23 10:41:23 UTC 2012


Module:    rtems
Branch:    master
Commit:    9294f8fe2ebb93388edbb5bebab3aa664415c072
Changeset: http://git.rtems.org/rtems/commit/?id=9294f8fe2ebb93388edbb5bebab3aa664415c072

Author:    Sebastian Huber <sebastian.huber at embedded-brains.de>
Date:      Thu Feb 23 09:55:44 2012 +0100

psxtests: Fix typo in psxstat

---

 testsuites/psxtests/psxstat/test.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/testsuites/psxtests/psxstat/test.c b/testsuites/psxtests/psxstat/test.c
index e3b7f23..c5d344d 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 );
 




More information about the vc mailing list