From 6e55e7171b6b31da64428009a5b102ca03267608 Mon Sep 17 00:00:00 2001 From: Timothy Manning Date: Fri, 4 Jun 2021 16:49:31 +1200 Subject: [PATCH] Fixed mountpoint path for is_yaffs_working_test The old path "/yaffs2/" seem to have been removed. Signed-off-by: Timothy Manning --- .../timothy_tests/is_yaffs_working_tests/test_1_yaffs_mount.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/direct/test-framework/timothy_tests/is_yaffs_working_tests/test_1_yaffs_mount.c b/direct/test-framework/timothy_tests/is_yaffs_working_tests/test_1_yaffs_mount.c index 0d908b1..99cd7f2 100644 --- a/direct/test-framework/timothy_tests/is_yaffs_working_tests/test_1_yaffs_mount.c +++ b/direct/test-framework/timothy_tests/is_yaffs_working_tests/test_1_yaffs_mount.c @@ -12,8 +12,8 @@ #include "yaffsfs.h" -#define YAFFS_MOUNT_POINT "/yaffs2/" -#define FILE_PATH "/yaffs2/foo.txt" +#define YAFFS_MOUNT_POINT "/yflash2/" +#define FILE_PATH "/yflash2/foo.txt" int random_seed; int simulate_power_failure = 0; -- 2.30.2