X-Git-Url: http://www.aleph1.co.uk/gitweb/?a=blobdiff_plain;f=direct%2Ftimothy_tests%2Fquick_tests%2Ftest_yaffs_link_ENOTDIR.c;h=62c8065a51b47aed91aee83aa417465045b150f7;hb=54721f22512e7c859c4c4a4ae7e5374ecf7fb570;hp=333c7a7ed187cad487b3566a69b490625490a6ab;hpb=41a1d28042b2fe3ca48a53de7c902389c7b51169;p=yaffs2.git diff --git a/direct/timothy_tests/quick_tests/test_yaffs_link_ENOTDIR.c b/direct/timothy_tests/quick_tests/test_yaffs_link_ENOTDIR.c index 333c7a7..62c8065 100644 --- a/direct/timothy_tests/quick_tests/test_yaffs_link_ENOTDIR.c +++ b/direct/timothy_tests/quick_tests/test_yaffs_link_ENOTDIR.c @@ -1,7 +1,7 @@ /* * YAFFS: Yet another FFS. A NAND-flash specific file system. * - * Copyright (C) 2002-2010 Aleph One Ltd. + * Copyright (C) 2002-2011 Aleph One Ltd. * for Toby Churchill Ltd and Brightstar Engineering * * Created by Timothy Manning @@ -19,7 +19,7 @@ int test_yaffs_link_ENOTDIR(void) { int output=0; int error =0; - output = yaffs_link("/non-existing-dir/foo",HARD_LINK_PATH); + output = yaffs_link("/yaffs2/foo/file",HARD_LINK_PATH); if (output<0){ error=yaffs_get_error(); if (abs(error)==ENOTDIR){