summaryrefslogtreecommitdiffstats
path: root/testsuites
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2012-02-23 09:55:44 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2012-02-23 11:16:10 +0100
commit9294f8fe2ebb93388edbb5bebab3aa664415c072 (patch)
tree6e11ee5fef1fc22a850138f44f46d8014441fe6f /testsuites
parentLPC32XX: Typo (diff)
downloadrtems-9294f8fe2ebb93388edbb5bebab3aa664415c072.tar.bz2
psxtests: Fix typo in psxstat
Diffstat (limited to 'testsuites')
-rw-r--r--testsuites/psxtests/psxstat/test.c2
1 files changed, 1 insertions, 1 deletions
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 );