summaryrefslogtreecommitdiffstats
path: root/testsuites/fstests/fsfpathconf
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2014-03-20 09:09:05 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2014-03-20 09:10:08 +0100
commit802d3ba712222f3900b7276e02d73e5d393aa559 (patch)
tree103022b6e64c3c93f50e637c2746e6a5925c78fa /testsuites/fstests/fsfpathconf
parentpsxonce01: Add call counter to check if init function has been called. (diff)
downloadrtems-802d3ba712222f3900b7276e02d73e5d393aa559.tar.bz2
tests/fstests: Remove duplicate begin/end messages
Fix file system names. Remove superfluous defines.
Diffstat (limited to 'testsuites/fstests/fsfpathconf')
-rw-r--r--testsuites/fstests/fsfpathconf/test.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/testsuites/fstests/fsfpathconf/test.c b/testsuites/fstests/fsfpathconf/test.c
index c5e25fb2c6..9ca1eabd04 100644
--- a/testsuites/fstests/fsfpathconf/test.c
+++ b/testsuites/fstests/fsfpathconf/test.c
@@ -87,9 +87,7 @@ static void fpathconf_test(void){
void test(void){
- puts("\n\n*** FPATHCONF TEST ***" );
fpathconf_test();
- puts( "\n*** END OF FPATHCONF TEST ***" );
}
/* end of file */