X-Git-Url: http://aleph1.co.uk/gitweb/?a=blobdiff_plain;f=direct%2Ftest-framework%2Ftimothy_tests%2Fquick_tests%2Ftest_yaffs_symlink_ENOTDIR.c;h=514d827c72a283c4e26b9189acb0b511deea950c;hb=5bc32d099123b2e0e5f27f7421caa5413d3211f0;hp=9bb9bb65e489e07f85e09c03196b59ae80c01c83;hpb=fa6e2de81382a23a7a99de6a8832f26c371c9520;p=yaffs2.git diff --git a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_symlink_ENOTDIR.c b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_symlink_ENOTDIR.c index 9bb9bb6..514d827 100644 --- a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_symlink_ENOTDIR.c +++ b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_symlink_ENOTDIR.c @@ -22,7 +22,7 @@ int test_yaffs_symlink_ENOTDIR(void) print_message("failed to create file\n",1); return -1; } - output = yaffs_symlink(FILE_PATH,"yaffs2/test_dir/foo/sym_link"); + output = yaffs_symlink("xxx" ,FILE_PATH"/sym_link"); if (output<0){ error_code=yaffs_get_error(); if (abs(error_code)==ENOTDIR){