X-Git-Url: http://www.aleph1.co.uk/gitweb/?a=blobdiff_plain;ds=sidebyside;f=direct%2Ftimothy_tests%2Fquick_tests%2Ftest_yaffs_open_ENOTDIR.c;h=098430809fb0050779200c498539fc6a470e7443;hb=5092cb42f05f875154d89639dbd5d6cea573da5f;hp=25082ae273d4a0081e0ffb9d9394e5fa4b84db02;hpb=a32621e0d7f5f391e9152cfe710fa6c99ca44c50;p=yaffs2.git diff --git a/direct/timothy_tests/quick_tests/test_yaffs_open_ENOTDIR.c b/direct/timothy_tests/quick_tests/test_yaffs_open_ENOTDIR.c index 25082ae..0984308 100644 --- a/direct/timothy_tests/quick_tests/test_yaffs_open_ENOTDIR.c +++ b/direct/timothy_tests/quick_tests/test_yaffs_open_ENOTDIR.c @@ -19,7 +19,7 @@ int test_yaffs_open_ENOTDIR(void) { int error_code=0; - handle=yaffs_open("/nonexisting_dir/foo", O_TRUNC| O_RDWR,FILE_MODE ); + handle=yaffs_open("/yaffs2/foo/file", O_TRUNC| O_RDWR,FILE_MODE ); if (handle <0){ error_code=yaffs_get_error(); if (abs(error_code)==ENOTDIR){