X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs2.git;a=blobdiff_plain;f=direct%2Ftimothy_tests%2Fquick_tests%2Ftest_yaffs_chmod_EINVAL.c;h=04e5f8bb125d2abc2891ef3afcd60425bb773ef8;hp=0596ca92e38d6cb76a9c45a8f6e9d05082a3ec9b;hb=050a7702e4c058234102772f12846e7a878ca769;hpb=a32621e0d7f5f391e9152cfe710fa6c99ca44c50 diff --git a/direct/timothy_tests/quick_tests/test_yaffs_chmod_EINVAL.c b/direct/timothy_tests/quick_tests/test_yaffs_chmod_EINVAL.c index 0596ca9..04e5f8b 100644 --- a/direct/timothy_tests/quick_tests/test_yaffs_chmod_EINVAL.c +++ b/direct/timothy_tests/quick_tests/test_yaffs_chmod_EINVAL.c @@ -16,7 +16,9 @@ int test_yaffs_chmod_EINVAL(void) { int error=0; - int output=yaffs_chmod("/non_existing_directory/foo",0); + int output; + + output = yaffs_chmod("/yaffs2/foo",11111); if (output<0){ error=yaffs_get_error(); @@ -35,5 +37,5 @@ int test_yaffs_chmod_EINVAL(void) int test_yaffs_chmod_EINVAL_clean(void) { - return 1; + return test_yaffs_chmod(); }