timothy-tests: Change mountpoint names to match test framework
authorCharles Manning <cdhmanning@gmail.com>
Fri, 8 Jul 2016 01:30:52 +0000 (13:30 +1200)
committerCharles Manning <cdhmanning@gmail.com>
Fri, 8 Jul 2016 01:31:21 +0000 (13:31 +1200)
commita717f825f1de8707f602aaba9c541e62a1fc1de8
tree5658286034e002b56b4c148da78a7e18b04a1053
parent4ae1d4603da3b68c82e8563191743000fa91d403
timothy-tests: Change mountpoint names to match test framework

Signed-off-by: Charles Manning <cdhmanning@gmail.com>
32 files changed:
direct/test-framework/timothy_tests/quick_tests/test_yaffs_access_ENOENT.c
direct/test-framework/timothy_tests/quick_tests/test_yaffs_access_ENOTDIR.c
direct/test-framework/timothy_tests/quick_tests/test_yaffs_chmod_EINVAL.c
direct/test-framework/timothy_tests/quick_tests/test_yaffs_chmod_ENOENT.c
direct/test-framework/timothy_tests/quick_tests/test_yaffs_chmod_ENOTDIR.c
direct/test-framework/timothy_tests/quick_tests/test_yaffs_link_ENOENT.c
direct/test-framework/timothy_tests/quick_tests/test_yaffs_link_ENOTDIR.c
direct/test-framework/timothy_tests/quick_tests/test_yaffs_mkdir_EEXIST.c
direct/test-framework/timothy_tests/quick_tests/test_yaffs_mkdir_ENOTDIR.c
direct/test-framework/timothy_tests/quick_tests/test_yaffs_open_ENOENT.c
direct/test-framework/timothy_tests/quick_tests/test_yaffs_open_ENOTDIR.c
direct/test-framework/timothy_tests/quick_tests/test_yaffs_rename_EEXISTS.c
direct/test-framework/timothy_tests/quick_tests/test_yaffs_rename_EINVAL.c
direct/test-framework/timothy_tests/quick_tests/test_yaffs_rename_EROFS.c
direct/test-framework/timothy_tests/quick_tests/test_yaffs_rename_dir_ENOENT.c
direct/test-framework/timothy_tests/quick_tests/test_yaffs_rename_dir_ENOENT2.c
direct/test-framework/timothy_tests/quick_tests/test_yaffs_rename_dir_not_empty.c
direct/test-framework/timothy_tests/quick_tests/test_yaffs_rmdir_EBUSY.c
direct/test-framework/timothy_tests/quick_tests/test_yaffs_rmdir_EINVAL.c
direct/test-framework/timothy_tests/quick_tests/test_yaffs_rmdir_ENOENT.c
direct/test-framework/timothy_tests/quick_tests/test_yaffs_rmdir_ENOTDIR.c
direct/test-framework/timothy_tests/quick_tests/test_yaffs_rmdir_ENOTEMPTY.c
direct/test-framework/timothy_tests/quick_tests/test_yaffs_stat_ENOENT.c
direct/test-framework/timothy_tests/quick_tests/test_yaffs_stat_ENOTDIR.c
direct/test-framework/timothy_tests/quick_tests/test_yaffs_symlink_ENOENT.c
direct/test-framework/timothy_tests/quick_tests/test_yaffs_symlink_ENOTDIR.c
direct/test-framework/timothy_tests/quick_tests/test_yaffs_truncate_EISDIR.c
direct/test-framework/timothy_tests/quick_tests/test_yaffs_truncate_ENOENT.c
direct/test-framework/timothy_tests/quick_tests/test_yaffs_truncate_ENOTDIR.c
direct/test-framework/timothy_tests/quick_tests/test_yaffs_truncate_big_file.c
direct/test-framework/timothy_tests/quick_tests/test_yaffs_unlink_ENOENT.c
direct/test-framework/timothy_tests/quick_tests/test_yaffs_unlink_ENOTDIR.c