X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs2.git;a=blobdiff_plain;f=direct%2Ftimothy_tests%2Fquick_tests%2Ftest_yaffs_symlink_EEXIST.c;h=5eddb78b067456fe92cb1914947a0c5b6431f75e;hp=a3ab85188e8ce4420b2346839ab7af4e88a20a02;hb=00ebf30805d631cd9bb3155aa249705b3a5777f5;hpb=c883969be5fbee680417b7a310ed29f8e738c869 diff --git a/direct/timothy_tests/quick_tests/test_yaffs_symlink_EEXIST.c b/direct/timothy_tests/quick_tests/test_yaffs_symlink_EEXIST.c index a3ab851..5eddb78 100644 --- a/direct/timothy_tests/quick_tests/test_yaffs_symlink_EEXIST.c +++ b/direct/timothy_tests/quick_tests/test_yaffs_symlink_EEXIST.c @@ -1,7 +1,7 @@ /* * YAFFS: Yet another FFS. A NAND-flash specific file system. * - * Copyright (C) 2002-2010 Aleph One Ltd. + * Copyright (C) 2002-2011 Aleph One Ltd. * for Toby Churchill Ltd and Brightstar Engineering * * Created by Timothy Manning @@ -44,11 +44,7 @@ int test_yaffs_symlink_EEXIST(void) int test_yaffs_symlink_EEXIST_clean(void) { - if (output >= 0){ return yaffs_unlink(SYMLINK_PATH); - } else { - return 1; /* the file failed to open so there is no need to close it */ - } }