summaryrefslogtreecommitdiffstats
path: root/c/src/tests/psxtests/psxfile01/test.c
diff options
context:
space:
mode:
authorJennifer Averett <Jennifer.Averett@OARcorp.com>1998-12-03 22:41:57 +0000
committerJennifer Averett <Jennifer.Averett@OARcorp.com>1998-12-03 22:41:57 +0000
commitc2f9b97543401e51fd2f72b71fa71bffbd209c12 (patch)
tree39ea2cbf28d7a58e978e1a63f2fae63f076f9f92 /c/src/tests/psxtests/psxfile01/test.c
parentAdded Comment that a result is valid at 4 or 5 seconds. (diff)
downloadrtems-c2f9b97543401e51fd2f72b71fa71bffbd209c12.tar.bz2
Cleaned up test.
Updated scn files to match present expected test output.
Diffstat (limited to 'c/src/tests/psxtests/psxfile01/test.c')
-rw-r--r--c/src/tests/psxtests/psxfile01/test.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/c/src/tests/psxtests/psxfile01/test.c b/c/src/tests/psxtests/psxfile01/test.c
index ef0d737d44..bbfaafdace 100644
--- a/c/src/tests/psxtests/psxfile01/test.c
+++ b/c/src/tests/psxtests/psxfile01/test.c
@@ -238,6 +238,7 @@ int main(
status = rmdir ("/fred");
assert (status == -1);
+ assert( errno == ENOENT );
status = mknod( "/dev/test_console", S_IFCHR, 0LL );
assert( !status );