X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs2.git;a=blobdiff_plain;f=direct%2Ftest-framework%2Ftimothy_tests%2Fquick_tests%2Ftest_yaffs_chmod_EINVAL.c;h=6522870374e668d35a7a77c5844681d4a7ea43ba;hp=df0205f3676cbc3592d5b983946aca19e562aaed;hb=a717f825f1de8707f602aaba9c541e62a1fc1de8;hpb=4ae1d4603da3b68c82e8563191743000fa91d403 diff --git a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_chmod_EINVAL.c b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_chmod_EINVAL.c index df0205f..6522870 100644 --- a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_chmod_EINVAL.c +++ b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_chmod_EINVAL.c @@ -18,7 +18,7 @@ int test_yaffs_chmod_EINVAL(void) int error=0; int output; - output = yaffs_chmod("/yaffs2/foo",11111); + output = yaffs_chmod(YAFFS_MOUNT_POINT "/foo",11111); if (output<0){ error=yaffs_get_error();