psximfs02: Clean up output

This commit is contained in:
Joel Sherrill
2014-01-07 18:02:46 -06:00
parent f3f3049824
commit bc55e4fa52
2 changed files with 4 additions and 3 deletions

View File

@@ -1,5 +1,5 @@
/*
* COPYRIGHT (c) 1989-2012.
* COPYRIGHT (c) 1989-2014.
* On-Line Applications Research Corporation (OAR).
*
* The license and distribution terms for this file may be
@@ -196,7 +196,7 @@ rtems_task Init(
status = chmod( "/fifo", S_IRWXU );
rtems_test_assert( status == 0 );
printk( "chown /fifo to %o -- OK", 0 );
printf( "chown /fifo to %o -- OK\n", 0 );
status = chown( "/fifo", 0, 0 );
rtems_test_assert( status == 0 );

View File

@@ -61,4 +61,5 @@ Creating a fifo -- OK
chown /fifo to 10 -- OK
Changing euid to 10
chmod /fifo -- OK
chown /fifo to 0 -- OK*** END OF TEST IMFS 02 ***
chown /fifo to 0 -- OK
*** END OF TEST IMFS 02 ***