From 892abd53f9cdf6ff4f095d1c559fb575df88683b Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Thu, 14 Nov 2013 17:32:08 -0600 Subject: Rename imfs_fspathenval.scn to imfs_fspatheval.scn --- testsuites/fstests/imfs_fspatheval/Makefile.am | 2 +- .../fstests/imfs_fspatheval/imfs_fspathenval.scn | 81 ---------------------- .../fstests/imfs_fspatheval/imfs_fspatheval.scn | 80 +++++++++++++++++++++ 3 files changed, 81 insertions(+), 82 deletions(-) delete mode 100644 testsuites/fstests/imfs_fspatheval/imfs_fspathenval.scn create mode 100644 testsuites/fstests/imfs_fspatheval/imfs_fspatheval.scn diff --git a/testsuites/fstests/imfs_fspatheval/Makefile.am b/testsuites/fstests/imfs_fspatheval/Makefile.am index 4a07c50231..f5038c9115 100644 --- a/testsuites/fstests/imfs_fspatheval/Makefile.am +++ b/testsuites/fstests/imfs_fspatheval/Makefile.am @@ -8,7 +8,7 @@ imfs_fspatheval_SOURCES += ../../psxtests/include/pmacros.h imfs_fspatheval_SOURCES += ../imfs_support/fs_support.c imfs_fspatheval_SOURCES += ../imfs_support/fs_config.h -#dist_rtems_tests_DATA = imfs_fspatheval.scn +dist_rtems_tests_DATA = imfs_fspatheval.scn #dist_rtems_tests_DATA += imfs_fspatheval.doc include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg diff --git a/testsuites/fstests/imfs_fspatheval/imfs_fspathenval.scn b/testsuites/fstests/imfs_fspatheval/imfs_fspathenval.scn deleted file mode 100644 index 1fb40cefff..0000000000 --- a/testsuites/fstests/imfs_fspatheval/imfs_fspathenval.scn +++ /dev/null @@ -1,81 +0,0 @@ -*** FILE SYSTEM TEST ( IMFS ) *** -Initializing filesystem IMFS - - -*** PATH EVALUATION TEST *** -Making directory /test1/ -Making directory tets2 -Making directory ///test3 -Making directory test4//// -Making directory ../../test5 -Making directory /test1/../test6 -Making directory ./test7/ -Making directory .././test8 -Making directory test8/./../test9 -Making directory ///test9/../test10 - -Making directory !#$%&()-@^_`{}~' -Making directory 0_1_A -Making directory aaa bbb -Making directory ccc....ddd -Making directory fff - -Removing directory test10 -Removing directory test9 -Removing directory test8 -Removing directory test7 -Removing directory test6 -Removing directory test5 -Removing directory test4 -Removing directory test3 -Removing directory tets2 -Removing directory test1 - -Removing directory fff -Removing directory ccc....ddd -Removing directory aaa bbb -Removing directory 0_1_A -Removing directory !#$%&()-@^_`{}~' - -Create file /test1 -Create file tets2 -Create file ///test3 -Create file test4 -Create file ../../test5 -Create file /../test6 -Create file ./test7 -Create file .././test8 -Create file /./../test9 -Create file //../test10 - -Create file !#$%&()-@^_`{}~' -Create file 0_1_A -Create file aaa bbb -Create file ccc....ddd -Create file fff - -Removing file test10 -Removing file test9 -Removing file test8 -Removing file test7 -Removing file test6 -Removing file test5 -Removing file test4 -Removing file test3 -Removing file tets2 -Removing file test1 - -Removing file fff -Removing file ccc....ddd -Removing file aaa bbb -Removing file 0_1_A -Removing file !#$%&()-@^_`{}~' - -mkdir /tmp/a/b -cd /tmp -*** END OF PATH EVALUATION TEST *** - - -Shutting down filesystem IMFS -*** END OF FILE SYSTEM TEST ( IMFS ) *** - diff --git a/testsuites/fstests/imfs_fspatheval/imfs_fspatheval.scn b/testsuites/fstests/imfs_fspatheval/imfs_fspatheval.scn new file mode 100644 index 0000000000..98369ea02c --- /dev/null +++ b/testsuites/fstests/imfs_fspatheval/imfs_fspatheval.scn @@ -0,0 +1,80 @@ +*** FILE SYSTEM TEST ( IMFS ) *** +Initializing filesystem IMFS + + +*** PATH EVALUATION TEST *** +Making directory /test1/ +Making directory tets2 +Making directory ///test3 +Making directory test4//// +Making directory ../../test5 +Making directory /test1/../test6 +Making directory ./test7/ +Making directory .././test8 +Making directory test8/./../test9 +Making directory ///test9/../test10 + +Making directory !#$%&()-@^_`{}~' +Making directory 0_1_A +Making directory aaa bbb +Making directory ccc....ddd +Making directory fff + +Removing directory test10 +Removing directory test9 +Removing directory test8 +Removing directory test7 +Removing directory test6 +Removing directory test5 +Removing directory test4 +Removing directory test3 +Removing directory tets2 +Removing directory test1 + +Removing directory fff +Removing directory ccc....ddd +Removing directory aaa bbb +Removing directory 0_1_A +Removing directory !#$%&()-@^_`{}~' + +Create file /test1 +Create file tets2 +Create file ///test3 +Create file test4 +Create file ../../test5 +Create file /../test6 +Create file ./test7 +Create file .././test8 +Create file /./../test9 +Create file //../test10 + +Create file !#$%&()-@^_`{}~' +Create file 0_1_A +Create file aaa bbb +Create file ccc....ddd +Create file fff + +Removing file test10 +Removing file test9 +Removing file test8 +Removing file test7 +Removing file test6 +Removing file test5 +Removing file test4 +Removing file test3 +Removing file tets2 +Removing file test1 + +Removing file fff +Removing file ccc....ddd +Removing file aaa bbb +Removing file 0_1_A +Removing file !#$%&()-@^_`{}~' + +mkdir /tmp/a/b +cd /tmp +*** END OF PATH EVALUATION TEST *** + + +Shutting down filesystem IMFS +*** END OF FILE SYSTEM TEST ( IMFS ) *** -- cgit v1.2.3