summaryrefslogtreecommitdiffstats
path: root/testsuites/psxtests/psxfchx01/psxfchx01.scn
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2011-07-22 20:23:21 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2011-07-22 20:23:21 +0000
commit50e4a1b16e00f046292ff5f5c9bf587b2912c3dd (patch)
treef501d2ab5a891e73bb11fd2f2b6912a8237d1b5f /testsuites/psxtests/psxfchx01/psxfchx01.scn
parent2011-07-22 Joel Sherrill <joel.sherrill@oarcorp.com> (diff)
downloadrtems-50e4a1b16e00f046292ff5f5c9bf587b2912c3dd.tar.bz2
2011-07-22 Joel Sherrill <joel.sherrill@oarcorp.com>
PR 1839/filesystem * psxfchx01/init.c, psxfchx01/psxfchx01.scn, psxfile01/psxfile01.scn, psxfile01/test.c: Update test to reflect new status codes.
Diffstat (limited to '')
-rw-r--r--testsuites/psxtests/psxfchx01/psxfchx01.scn2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuites/psxtests/psxfchx01/psxfchx01.scn b/testsuites/psxtests/psxfchx01/psxfchx01.scn
index d1ed655061..761195fd77 100644
--- a/testsuites/psxtests/psxfchx01/psxfchx01.scn
+++ b/testsuites/psxtests/psxfchx01/psxfchx01.scn
@@ -3,7 +3,7 @@ Init - fchdir tests
Init - Attempt fchdir with bad file descriptor - expect EBADF
Init - Attempt fchdir with bad file descriptor - expect EBADF
Init - opening /newfile in write-mode -- OK
-Init - fchdir on the file descriptor - expect EINVAL
+Init - fchdir on the file descriptor - expect ENOTDIR
Init - closing /newfile -- OK
Init - removing /newfile -- OK
Init - opening /newfile in read-mode -- OK