X-Git-Url: http://aleph1.co.uk/gitweb/?a=blobdiff_plain;f=direct%2Ftest-framework%2Ftimothy_tests%2Fquick_tests%2Ftest_yaffs_chmod_ENOENT.c;h=27fa52393adab64a35721349419bfbb0ae8d3375;hb=5e0db4930940ade57ea3bf3dce0d3db0362a9f0e;hp=1ea97e4b233f964adeea1a46b7e027d6377c61fe;hpb=cabb7b51f48a784fbd8bd04ea8878abe2196167a;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();