summaryrefslogtreecommitdiffstats
path: root/testsuites/psxtests/psximfs02/init.c
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/init.c
parentspfifo02: Clean up output (diff)
downloadrtems-bc55e4fa523cafa72d26a12f77ed83532cdab8ba.tar.bz2
psximfs02: Clean up output
Diffstat (limited to 'testsuites/psxtests/psximfs02/init.c')
-rw-r--r--testsuites/psxtests/psximfs02/init.c4
1 files changed, 2 insertions, 2 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 );