X-Git-Url: https://yaffs.net/gitweb/?a=blobdiff_plain;f=direct%2Ftest-framework%2Ftimothy_tests%2Fquick_tests%2Ftest_yaffs_chmod_ENOENT.c;h=27fa52393adab64a35721349419bfbb0ae8d3375;hb=055b040da24e492d9987054c944f44fb3d15aefa;hp=1ea97e4b233f964adeea1a46b7e027d6377c61fe;hpb=e5daa72b0083831ab762a650860687fe7d25d6b3;p=yaffs2.git diff --git a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_chmod_ENOENT.c b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_chmod_ENOENT.c index 1ea97e4..27fa523 100644 --- a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_chmod_ENOENT.c +++ b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_chmod_ENOENT.c @@ -16,7 +16,7 @@ int test_yaffs_chmod_ENOENT(void) { int error=0; - int output=yaffs_chmod("/yaffs2/non_existing_file",S_IREAD|S_IWRITE); + int output=yaffs_chmod(YAFFS_MOUNT_POINT "/non_existing_file",S_IREAD|S_IWRITE); if (output<0){ error=yaffs_get_error();