summaryrefslogtreecommitdiffstats
path: root/testsuites/psxtests/psximfs02
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@oarcorp.com>2014-01-07 18:02:46 -0600
committerJoel Sherrill <joel.sherrill@oarcorp.com>2014-01-07 18:02:46 -0600
commitbc55e4fa523cafa72d26a12f77ed83532cdab8ba (patch)
treecf82db2f7e8ea202dfb84725e6ec1277583f8419 /testsuites/psxtests/psximfs02
parentspfifo02: Clean up output (diff)
downloadrtems-bc55e4fa523cafa72d26a12f77ed83532cdab8ba.tar.bz2
psximfs02: Clean up output
Diffstat (limited to 'testsuites/psxtests/psximfs02')
-rw-r--r--testsuites/psxtests/psximfs02/init.c4
-rw-r--r--testsuites/psxtests/psximfs02/psximfs02.scn3
2 files changed, 4 insertions, 3 deletions
diff --git a/testsuites/psxtests/psximfs02/init.c b/testsuites/psxtests/psximfs02/init.c
index 73724bd62a..d0e3719d8c 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 4a5ac027e1..f86e975821 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 ***