X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs2.git;a=blobdiff_plain;f=direct%2Ftimothy_tests%2Fquick_tests%2Ftest_yaffs_open_ENOTDIR.c;h=098430809fb0050779200c498539fc6a470e7443;hp=25082ae273d4a0081e0ffb9d9394e5fa4b84db02;hb=26fb3e1bcd45b79b58ff9023a81c98086545b12b;hpb=6356b32783a8ec97b09f7090c3d10c8b88ea32e5 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){