Changeset 22542b6b in rtems for c/src/tests/psxtests/psxmount/test.c
- Timestamp:
- 11/16/99 20:50:36 (23 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- a470c0ee
- Parents:
- f89df68
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/tests/psxtests/psxmount/test.c
rf89df68 r22542b6b 330 330 */ 331 331 332 printf(" 332 printf("unmount /b/mount_point should fail with EINVAL\n"); 333 333 status = unmount( "/b/mount_point" ); 334 334 assert( status == -1 );
Note: See TracChangeset
for help on using the changeset viewer.