[rtems commit] psximfs02: Clean up output

Joel Sherrill joel at rtems.org
Tue Jan 7 23:55:35 UTC 2014


Module:    rtems
Branch:    master
Commit:    bc55e4fa523cafa72d26a12f77ed83532cdab8ba
Changeset: http://git.rtems.org/rtems/commit/?id=bc55e4fa523cafa72d26a12f77ed83532cdab8ba

Author:    Joel Sherrill <joel.sherrill at oarcorp.com>
Date:      Tue Jan  7 18:02:46 2014 -0600

psximfs02: Clean up output

---

 testsuites/psxtests/psximfs02/init.c        |    4 ++--
 testsuites/psxtests/psximfs02/psximfs02.scn |    3 ++-
 2 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/testsuites/psxtests/psximfs02/init.c b/testsuites/psxtests/psximfs02/init.c
index 73724bd..d0e3719 100644
--- a/testsuites/psxtests/psximfs02/init.c
+++ b/testsuites/psxtests/psximfs02/init.c
@@ -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 );
 
diff --git a/testsuites/psxtests/psximfs02/psximfs02.scn b/testsuites/psxtests/psximfs02/psximfs02.scn
index 4a5ac02..f86e975 100644
--- a/testsuites/psxtests/psximfs02/psximfs02.scn
+++ b/testsuites/psxtests/psximfs02/psximfs02.scn
@@ -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 ***




More information about the vc mailing list