Changeset c34ac295 in rtems
- Timestamp:
- 11/15/00 21:41:04 (23 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 5a6cfac
- Parents:
- ca406082
- Files:
-
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/tests/psxtests/ChangeLog
rca406082 rc34ac295 1 2000-11-13 Joel Sherrill <joel@OARcorp.com> 2 3 * psxmount/psxmount.scn, psxmount/test.c: Correct spelling. 4 1 5 2000-11-09 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 6 -
c/src/tests/psxtests/psxmount/psxmount.scn
rca406082 rc34ac295 60 60 Read only file system successfully mounted at /c/y/my_mount_point 61 61 create c/y/my_mount_point/../../y/my_mount_point/new_dir 62 Verify a mount point ret runs EBUSY for another mount62 Verify a mount point returns EBUSY for another mount 63 63 Mount on a file should fail with ENOTDIR 64 64 Create and chdir to /c/y/my_mount_point/mydir -
c/src/tests/psxtests/psxmount/test.c
rca406082 rc34ac295 274 274 */ 275 275 276 printf("Verify a mount point ret runs EBUSY for another mount\n");276 printf("Verify a mount point returns EBUSY for another mount\n"); 277 277 status = mount( 278 278 &mt_entry, -
testsuites/psxtests/ChangeLog
rca406082 rc34ac295 1 2000-11-13 Joel Sherrill <joel@OARcorp.com> 2 3 * psxmount/psxmount.scn, psxmount/test.c: Correct spelling. 4 1 5 2000-11-09 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 6 -
testsuites/psxtests/psxmount/psxmount.scn
rca406082 rc34ac295 60 60 Read only file system successfully mounted at /c/y/my_mount_point 61 61 create c/y/my_mount_point/../../y/my_mount_point/new_dir 62 Verify a mount point ret runs EBUSY for another mount62 Verify a mount point returns EBUSY for another mount 63 63 Mount on a file should fail with ENOTDIR 64 64 Create and chdir to /c/y/my_mount_point/mydir -
testsuites/psxtests/psxmount/test.c
rca406082 rc34ac295 274 274 */ 275 275 276 printf("Verify a mount point ret runs EBUSY for another mount\n");276 printf("Verify a mount point returns EBUSY for another mount\n"); 277 277 status = mount( 278 278 &mt_entry,
Note: See TracChangeset
for help on using the changeset viewer.