timothy-tests: Change mountpoint names to match test framework
[yaffs2.git] / direct / test-framework / timothy_tests / quick_tests / test_yaffs_stat_ENOTDIR.c
index 5c3ba77cc102956245f224385e3407f37fd1230b..d45ceff88a1372f14cdf9a22a3c49c142a79f165 100644 (file)
@@ -23,7 +23,7 @@ int test_yaffs_stat_ENOTDIR(void)
                print_message("failed to create file\n",1);
                return -1;
        }
-       output=yaffs_stat("/yaffs2/test_dir/foo/file", &stat);;
+       output=yaffs_stat(YAFFS_MOUNT_POINT "/test_dir/foo/file", &stat);;
        if (output<0){ 
                error_code=yaffs_get_error();
                if (abs(error_code)==ENOTDIR){