Fixed mountpoint path for is_yaffs_working_test
authorTimothy Manning <codedraftsman@gmail.com>
Fri, 4 Jun 2021 04:49:31 +0000 (16:49 +1200)
committerTimothy Manning <codedraftsman@gmail.com>
Thu, 1 Jul 2021 02:36:33 +0000 (14:36 +1200)
The old path "/yaffs2/" seem to have been removed.

Signed-off-by: Timothy Manning <codedraftsman@gmail.com>
direct/test-framework/timothy_tests/is_yaffs_working_tests/test_1_yaffs_mount.c

index 0d908b11cf04cb3d890e0ff2eba6455891ce3c68..99cd7f2a32782ef1afcd61f471d8c37a511715a3 100644 (file)
@@ -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;