timothy-tests: Change mountpoint names to match test framework
[yaffs2.git] / direct / test-framework / timothy_tests / quick_tests / test_yaffs_symlink_ENOENT.c
index eac4e923ed29c923f6c5b0a5b83a5e8d26a292a3..7c67d73e6df31574a5d7c49a718811e5dce7bd1f 100644 (file)
@@ -18,7 +18,7 @@ static int output = 0;
 int test_yaffs_symlink_ENOENT(void)
 {
        int error_code = 0;
-       output = yaffs_symlink(FILE_PATH,"/yaffs2//");
+       output = yaffs_symlink(FILE_PATH,YAFFS_MOUNT_POINT "//");
        if (output<0){ 
                error_code=yaffs_get_error();
                if (abs(error_code)==ENOENT){