X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs2.git;a=blobdiff_plain;f=direct%2Ftest-framework%2Ftimothy_tests%2Fquick_tests%2Ftest_yaffs_link_ENOTDIR2.c;fp=direct%2Ftest-framework%2Ftimothy_tests%2Fquick_tests%2Ftest_yaffs_link_ENOTDIR2.c;h=e424641fafc0d9fa864fce02307a4060e80d96c5;hp=15f6f874c8e78f054bc3568f7735e0cb55ee947b;hb=5bc32d099123b2e0e5f27f7421caa5413d3211f0;hpb=a717f825f1de8707f602aaba9c541e62a1fc1de8 diff --git a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_link_ENOTDIR2.c b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_link_ENOTDIR2.c index 15f6f87..e424641 100644 --- a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_link_ENOTDIR2.c +++ b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_link_ENOTDIR2.c @@ -23,7 +23,7 @@ int test_yaffs_link_ENOTDIR2(void) print_message("failed to create file\n",1); return -1; } - output = yaffs_link(FILE_PATH,"yaffs2/test_dir/foo/hard_link"); + output = yaffs_link(FILE_PATH, FILE_PATH"/hard_link"); if (output<0){ error=yaffs_get_error(); if (abs(error)==ENOTDIR){