yaffs Added more tests to direct/timothy_tests/quick_tests
[yaffs2.git] / direct / timothy_tests / quick_tests / test_yaffs_open_ENOTDIR.c
index 25082ae273d4a0081e0ffb9d9394e5fa4b84db02..098430809fb0050779200c498539fc6a470e7443 100644 (file)
@@ -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){