tests/fstests: Remove duplicate begin/end messages

Fix file system names.  Remove superfluous defines.
This commit is contained in:
Sebastian Huber
2014-03-20 09:09:05 +01:00
parent 4484112216
commit 802d3ba712
12 changed files with 7 additions and 31 deletions

View File

@@ -389,11 +389,9 @@ static void rdwr_error (void)
void test (void) void test (void)
{ {
puts ("\n\n*** ERROR TEST ***");
open_mkdir_error (); open_mkdir_error ();
rename_error (); rename_error ();
truncate_error (); truncate_error ();
rmdir_unlink_error (); rmdir_unlink_error ();
rdwr_error (); rdwr_error ();
puts ("*** END OF ERROR TEST ***");
} }

View File

@@ -87,9 +87,7 @@ static void fpathconf_test(void){
void test(void){ void test(void){
puts("\n\n*** FPATHCONF TEST ***" );
fpathconf_test(); fpathconf_test();
puts( "\n*** END OF FPATHCONF TEST ***" );
} }
/* end of file */ /* end of file */

View File

@@ -158,7 +158,5 @@ static void link_test01 (void)
void test (void) void test (void)
{ {
puts ("\n\n*** LINK TEST ***");
link_test01 (); link_test01 ();
puts ("*** END OF LINK TEST ***");
} }

View File

@@ -187,8 +187,6 @@ static void path_eval_test02(void )
void test (void ) void test (void )
{ {
puts( "\n\n*** PATH EVALUATION TEST ***" );
path_eval_test01(); path_eval_test01();
path_eval_test02(); path_eval_test02();
puts( "*** END OF PATH EVALUATION TEST ***" );
} }

View File

@@ -479,10 +479,8 @@ static void root_test(void )
void test(void ) void test(void )
{ {
puts( "\n\n*** PERMISSION TEST ***" );
umask_test01(); umask_test01();
test_premission01(); test_premission01();
test_premission02(); test_premission02();
root_test(); root_test();
puts( "*** END OF PERMISSION TEST ***" );
} }

View File

@@ -85,7 +85,5 @@ static void statvfs_test01(void)
*/ */
void test(void) void test(void)
{ {
puts( "\n\n*** STATVFS TEST ***");
statvfs_test01(); statvfs_test01();
puts( "*** END OF TEST STATVFS ***");
} }

View File

@@ -160,10 +160,8 @@ static void symlink_loop_error_test(void )
void test(void ) void test(void )
{ {
puts( "\n\n*** SYMLINK TEST ***" );
symlink_test01(); symlink_test01();
symlink_loop_error_test(); symlink_loop_error_test();
puts( "*** END OF SYMLINK TEST ***" );
} }

View File

@@ -327,9 +327,7 @@ int main(int argc, char **argv)
#endif #endif
{ {
puts( "\n\n*** TIME TEST ***" );
time_test01(); time_test01();
puts( "*** END OF TIME TEST ***" );
#ifndef __rtems__ #ifndef __rtems__
return 0; return 0;

View File

@@ -9,8 +9,6 @@
#ifndef __IMFS_SUPPORT_h #ifndef __IMFS_SUPPORT_h
#define __IMFS_SUPPORT_h #define __IMFS_SUPPORT_h
#define IMFS_TEST #define FILESYSTEM "ROOT IMFS"
#define FILESYSTEM "IMFS"
#endif #endif

View File

@@ -7,11 +7,9 @@
* http://www.rtems.com/license/LICENSE. * http://www.rtems.com/license/LICENSE.
*/ */
#ifndef __MIMFS_SUPPORT_h #ifndef __DOSFS_SUPPORT_h
#define __MIMFS_SUPPORT_h #define __DOSFS_SUPPORT_h
#define MDOSFS_TEST #define FILESYSTEM "DOSFS"
#define FILESYSTEM "MOUNTED DOSFS"
#endif #endif

View File

@@ -10,8 +10,6 @@
#ifndef __MIMFS_SUPPORT_h #ifndef __MIMFS_SUPPORT_h
#define __MIMFS_SUPPORT_h #define __MIMFS_SUPPORT_h
#define MIMFS_TEST
#define FILESYSTEM "MOUNTED IMFS" #define FILESYSTEM "MOUNTED IMFS"
#endif #endif

View File

@@ -7,11 +7,9 @@
* http://www.rtems.com/license/LICENSE. * http://www.rtems.com/license/LICENSE.
*/ */
#ifndef __MIMFS_SUPPORT_h #ifndef __RFS_SUPPORT_h
#define __MIMFS_SUPPORT_h #define __RFS_SUPPORT_h
#define MRFS_TEST #define FILESYSTEM "RFS"
#define FILESYSTEM "MOUNTED RFS"
#endif #endif