Changeset 22542b6b in rtems


Ignore:
Timestamp:
11/16/99 20:50:36 (24 years ago)
Author:
Jennifer Averett <Jennifer.Averett@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
a470c0ee
Parents:
f89df68
Message:

Removed leading space from output.

Files:
4 edited

Legend:

Unmodified
Added
Removed
  • c/src/tests/psxtests/psxmount/psxmount.scn

    rf89df68 r22542b6b  
    5656Unmount status: 0
    5757Mount a NULL file system and verify EINVAL
    58 mount with option -62 should fail with EINVAL
     58mount with option of -62 should fail with EINVAL
    5959Mount a Read Only filesystem at /c/y/my_mount_point
    6060Read only file system successfully mounted at /c/y/my_mount_point
     
    6565unmount of /c/y/my_mount_point should fail with EBUSY
    6666chdir to / and verify we can unmount /c/y/my_mount_point
    67  unmount /c/y/my_mount_point
    68  unmount /b/mount_point should fail with EINVAL
     67unmount /c/y/my_mount_point
     68unmount /b/mount_point should fail with EINVAL
    6969Mount /c/y/my_mount_point
    7070Create and open /c/y/my_mount_point/my_file
  • c/src/tests/psxtests/psxmount/test.c

    rf89df68 r22542b6b  
    330330   */
    331331
    332   printf(" unmount /b/mount_point should fail with EINVAL\n");
     332  printf("unmount /b/mount_point should fail with EINVAL\n");
    333333  status = unmount( "/b/mount_point" );
    334334  assert( status == -1 );
  • testsuites/psxtests/psxmount/psxmount.scn

    rf89df68 r22542b6b  
    5656Unmount status: 0
    5757Mount a NULL file system and verify EINVAL
    58 mount with option -62 should fail with EINVAL
     58mount with option of -62 should fail with EINVAL
    5959Mount a Read Only filesystem at /c/y/my_mount_point
    6060Read only file system successfully mounted at /c/y/my_mount_point
     
    6565unmount of /c/y/my_mount_point should fail with EBUSY
    6666chdir to / and verify we can unmount /c/y/my_mount_point
    67  unmount /c/y/my_mount_point
    68  unmount /b/mount_point should fail with EINVAL
     67unmount /c/y/my_mount_point
     68unmount /b/mount_point should fail with EINVAL
    6969Mount /c/y/my_mount_point
    7070Create and open /c/y/my_mount_point/my_file
  • testsuites/psxtests/psxmount/test.c

    rf89df68 r22542b6b  
    330330   */
    331331
    332   printf(" unmount /b/mount_point should fail with EINVAL\n");
     332  printf("unmount /b/mount_point should fail with EINVAL\n");
    333333  status = unmount( "/b/mount_point" );
    334334  assert( status == -1 );
Note: See TracChangeset for help on using the changeset viewer.