yaffs Adding new tests to direct/timothy_tests/quicktests/
[yaffs2.git] / direct / timothy_tests / quick_tests / test_yaffs_symlink_ENOTDIR.c
index b2f7867e2ecc97f459a3ad6d428a9adad06ee4a2..3844b0ef6d01e78f7a0a435b9623afb4579ca1e0 100644 (file)
@@ -18,7 +18,7 @@ static int output = 0;
 int test_yaffs_symlink_ENOTDIR(void)
 {
        int error_code = 0;
-       output = yaffs_symlink(FILE_PATH,"non-existing-dir/sym_link");
+       output = yaffs_symlink(FILE_PATH,"yaffs2/foo/sym_link");
        if (output<0){ 
                error_code=yaffs_get_error();
                if (abs(error_code)==ENOTDIR){