forked from Imagelibrary/rtems
psximfs02: Clean up output
This commit is contained in:
@@ -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 );
|
||||
|
||||
|
||||
@@ -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 ***
|
||||
|
||||
Reference in New Issue
Block a user