summaryrefslogtreecommitdiffstats
path: root/testsuites/psxtests/psxstat/test.c
diff options
context:
space:
mode:
authorJennifer Averett <jennifer.averett@oarcorp.com>2012-02-23 10:43:58 -0600
committerJennifer Averett <jennifer.averett@oarcorp.com>2012-02-23 10:43:58 -0600
commit8f7f6caaef26f9067aeb2feaa85a2d50c0853ba8 (patch)
tree050baab928e64c77bb3055ed0f7fd9cdd31f8ce8 /testsuites/psxtests/psxstat/test.c
parentAvoid NULL dereference in printk() before libchip console initialized (diff)
parentpsxtests: Fix typo in psxstat (diff)
downloadrtems-8f7f6caaef26f9067aeb2feaa85a2d50c0853ba8.tar.bz2
Merge remote-tracking branch 'upstream/master'
Diffstat (limited to 'testsuites/psxtests/psxstat/test.c')
-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 );