From: Timothy Manning Date: Wed, 3 Nov 2010 03:23:13 +0000 (+1300) Subject: yaffs Forgot to remove some files from last commit. X-Git-Tag: linux-mainline-patchset-4~119 X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs2.git;a=commitdiff_plain;h=0f3ef4d35d1c2878cb8eda5630066f1a55061885 yaffs Forgot to remove some files from last commit. Signed-off-by: Timothy Manning --- diff --git a/direct/timothy_tests/quick_tests/test_open_file.c b/direct/timothy_tests/quick_tests/test_open_file.c deleted file mode 100644 index 75a5f8c..0000000 --- a/direct/timothy_tests/quick_tests/test_open_file.c +++ /dev/null @@ -1,19 +0,0 @@ -#include "test_open_file.h" -#include "lib.h" -#include "yaffsfs.h" - - - -int test_open_file(void){ - - int output=0; - - /*printf("path %s\n",path); */ - output=yaffs_open(FILE_PATH,O_CREAT | O_TRUNC| O_RDWR, FILE_MODE); - - return output; -} -int test_open_file_clean(void){ - return 1; -} - diff --git a/direct/timothy_tests/quick_tests/test_open_file.h b/direct/timothy_tests/quick_tests/test_open_file.h deleted file mode 100644 index 4202558..0000000 --- a/direct/timothy_tests/quick_tests/test_open_file.h +++ /dev/null @@ -1,6 +0,0 @@ -#ifndef __test_open_file_h__ -#define __test_open_file_h__ - -int test_open_file(void); -int test_open_file_clean(void); -#endif