From 9c35dd427cec7ce855ed5816f12b241d2d5f8ba2 Mon Sep 17 00:00:00 2001 From: Timothy Manning Date: Wed, 26 Jan 2011 11:28:00 +1300 Subject: [PATCH] yaffs Added a new test for yaffs functions via linux command calls. Signed-off-by: Timothy Manning --- direct/timothy_tests/linux_tests/Makefile | 113 +++++++++ direct/timothy_tests/linux_tests/README.txt | 22 ++ direct/timothy_tests/linux_tests/lib.c | 109 ++++++++ direct/timothy_tests/linux_tests/lib.h | 44 ++++ direct/timothy_tests/linux_tests/linux_test.c | 235 ++++++++++++++++++ direct/timothy_tests/linux_tests/linux_test.h | 43 ++++ direct/timothy_tests/linux_tests/mkdir_link | Bin 7262 -> 0 bytes direct/timothy_tests/linux_tests/mkdir_link.c | 18 -- direct/timothy_tests/linux_tests/mkdir_link.h | 0 direct/timothy_tests/linux_tests/rename | Bin 7220 -> 0 bytes direct/timothy_tests/linux_tests/rename.c | 17 -- direct/timothy_tests/linux_tests/rename.h | 0 12 files changed, 566 insertions(+), 35 deletions(-) create mode 100644 direct/timothy_tests/linux_tests/Makefile create mode 100644 direct/timothy_tests/linux_tests/README.txt create mode 100644 direct/timothy_tests/linux_tests/lib.c create mode 100644 direct/timothy_tests/linux_tests/lib.h create mode 100644 direct/timothy_tests/linux_tests/linux_test.c create mode 100644 direct/timothy_tests/linux_tests/linux_test.h delete mode 100755 direct/timothy_tests/linux_tests/mkdir_link delete mode 100644 direct/timothy_tests/linux_tests/mkdir_link.c delete mode 100644 direct/timothy_tests/linux_tests/mkdir_link.h delete mode 100755 direct/timothy_tests/linux_tests/rename delete mode 100644 direct/timothy_tests/linux_tests/rename.c delete mode 100644 direct/timothy_tests/linux_tests/rename.h diff --git a/direct/timothy_tests/linux_tests/Makefile b/direct/timothy_tests/linux_tests/Makefile new file mode 100644 index 0000000..6910788 --- /dev/null +++ b/direct/timothy_tests/linux_tests/Makefile @@ -0,0 +1,113 @@ +# Makefile for YAFFS direct stress tests +# +# +# YAFFS: Yet another Flash File System. A NAND-flash specific file system. +# +# Copyright (C) 2003-2010 Aleph One Ltd. +# +# +# Created by Charles Manning +# +# This program is free software; you can redistribute it and/or modify +# it under the terms of the GNU General Public License version 2 as +# published by the Free Software Foundation. +# +# NB Warning this Makefile does not include header dependencies. +# +# $Id: Makefile,v 1.7 2010-02-25 22:34:47 charles Exp $ + +#EXTRA_COMPILE_FLAGS = -DYAFFS_IGNORE_TAGS_ECC + +CFLAGS = -DCONFIG_YAFFS_DIRECT -DCONFIG_YAFFS_YAFFS2 +CFLAGS += -DCONFIG_YAFFS_PROVIDE_DEFS -DCONFIG_YAFFSFS_PROVIDE_VALUES +CFLAGS += -Wall -g $(EXTRA_COMPILE_FLAGS) -Wstrict-aliasing +#CFLAGS += -fno-strict-aliasing +CFLAGS += -O0 +CFLAGS += -Wextra -Wpointer-arith +#CFLAGS += -DCONFIG_YAFFS_VALGRIND_TEST + +#CFLAGS+= -Wshadow -Wpointer-arith -Wwrite-strings -Wstrict-prototypes -Wmissing-declarations +#CFLAGS+= -Wmissing-prototypes -Wredundant-decls -Wnested-externs -Winline + + +COMMONTESTOBJS = yaffscfg2k.o yaffs_osglue.o yaffs_hweight.o \ + yaffs_ecc.o yaffs_fileem.o yaffs_fileem2k.o yaffsfs.o yaffs_guts.o \ + yaffs_packedtags1.o yaffs_ramdisk.o yaffs_ramem2k.o \ + yaffs_tagscompat.o yaffs_packedtags2.o yaffs_tagsvalidity.o yaffs_nand.o \ + yaffs_checkptrw.o yaffs_qsort.o\ + yaffs_nameval.o yaffs_attribs.o \ + yaffs_norif1.o ynorsim.o \ + yaffs_allocator.o \ + yaffs_bitmap.o \ + yaffs_yaffs1.o \ + yaffs_yaffs2.o \ + yaffs_verify.o \ + yaffs_error.o + +# yaffs_checkptrwtest.o\ + +TESTFILES = linux_test.o lib.o + + + + +YAFFSTESTOBJS = $(COMMONTESTOBJS) $(TESTFILES) + + +ALLOBJS = $(sort $(YAFFSTESTOBJS)) $(PYTHONOBJS) + +YAFFSSYMLINKS = yaffs_ecc.c yaffs_ecc.h yaffs_guts.c yaffs_guts.h yaffs_tagscompat.c yaffs_tagscompat.h \ + yaffs_packedtags1.c yaffs_packedtags1.h yaffs_packedtags2.c yaffs_packedtags2.h \ + yaffs_nand.c yaffs_nand.h yaffs_getblockinfo.h \ + yaffs_tagsvalidity.c yaffs_tagsvalidity.h yaffs_checkptrw.h yaffs_checkptrw.c \ + yaffs_nameval.c yaffs_nameval.h \ + yaffs_trace.h yaffs_attribs.h \ + yaffs_allocator.c yaffs_allocator.h \ + yaffs_yaffs1.c yaffs_yaffs1.h \ + yaffs_yaffs2.c yaffs_yaffs2.h \ + yaffs_bitmap.c yaffs_bitmap.h \ + yaffs_verify.c yaffs_verify.h + +YAFFSDIRECTSYMLINKS = yaffsfs.c yaffs_flashif.h yaffs_flashif2.h\ + yaffsfs.h ydirectenv.h \ + yaffs_flashif.c yaffscfg.h yaffs_qsort.c \ + yaffs_nandemul2k.h yaffs_list.h \ + yaffs_attribs.c yaffs_osglue.h \ + yaffs_nandif.c yaffs_nandif.h yportenv.h \ + yaffs_hweight.h yaffs_hweight.c \ + yaffs_error.c + + +DIRECTEXTRASYMLINKS = yaffscfg2k.c yaffs_fileem2k.c yaffs_fileem2k.h\ + yaffs_fileem.c yaffs_norif1.c yaffs_norif1.h \ + yaffs_ramdisk.c yaffs_ramdisk.h yaffs_ramem2k.c \ + ynorsim.h ynorsim.c yaffs_osglue.c + +SYMLINKS = $(YAFFSSYMLINKS) $(YAFFSDIRECTSYMLINKS) $(DIRECTEXTRASYMLINKS) $(PYTONOSYMLINKS) +#all: directtest2k boottest + +all: linux_test + +$(ALLOBJS): %.o: %.c + gcc -c $(CFLAGS) -o $@ $< + +$(PYTONOSYMLINKS): + ln -s ../../python/$@ $@ + +$(YAFFSSYMLINKS): + ln -s ../../../$@ $@ + +$(YAFFSDIRECTSYMLINKS): + ln -s ../../$@ $@ + +$(DIRECTEXTRASYMLINKS): + ln -s ../../basic-test/$@ $@ + + +linux_test: $(SYMLINKS) $(ALLOBJS) + gcc $(CFLLAG) -o $@ $(ALLOBJS) + + + +clean: + rm -f linux_test $(ALLOBJS) core $(SYMLINKS) diff --git a/direct/timothy_tests/linux_tests/README.txt b/direct/timothy_tests/linux_tests/README.txt new file mode 100644 index 0000000..41c2812 --- /dev/null +++ b/direct/timothy_tests/linux_tests/README.txt @@ -0,0 +1,22 @@ + +How to initilise the nandsim + +$ make + +$ sudo -s +...password.. +# now have a root shell +$ ./linux-tests/initnandsim 128MiB-2048 +$ insmod yaffs2multi.ko +$ mkdir /mnt/y +$ mount -t yaffs2 /dev/mtdblock0 /mnt/y + +How to change the permissions on the nandsim partition +$ sudo chmod a+wr /mnt/y/ +#check the permission change +$ touch /mnt/y/test_file + +How to clean the folder +$ rm -rf /mnt/y + +The test must me run in sudo to work diff --git a/direct/timothy_tests/linux_tests/lib.c b/direct/timothy_tests/linux_tests/lib.c new file mode 100644 index 0000000..c5adae7 --- /dev/null +++ b/direct/timothy_tests/linux_tests/lib.c @@ -0,0 +1,109 @@ +/* + * YAFFS: Yet another FFS. A NAND-flash specific file system. + * + * Copyright (C) 2002-2010 Aleph One Ltd. + * for Toby Churchill Ltd and Brightstar Engineering + * + * Created by Timothy Manning + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License version 2 as + * published by the Free Software Foundation. + */ + +#include "lib.h" +static char message[200]; +static int PRINT_LEVEL = 3; + +node * linked_list_add_node(int pos,node *head_node) +{ + node *new_node=NULL; + if (pos==HEAD){ + new_node=malloc(sizeof(node)); + memset(new_node, NULL, sizeof(node)); + new_node->string=NULL; + new_node->next=head_node; + return new_node; + } + return NULL; +} + +void node_print_pointers(node *current_node) +{ + while (current_node != NULL){ + sprintf(message,"current_node: %p, string: %s next_node: %p\n",current_node,current_node->string,current_node->next); + print_message(3,message); + current_node=current_node->next; + } +} + +int delete_linked_list(node *head_node) +{ + node *next_node=NULL; + node *current_node=head_node; + + while (current_node != NULL){ + next_node=current_node->next; + free(current_node); + current_node=next_node; + } + + return 1; +} + +char * generate_random_string(unsigned int length) +{ + char string[length+1]; + unsigned int x; + for (x=0;x<(length-1);x++) + { + string[x]=(rand() % NAME_RANGE)+65; + } + string[x]='\0'; + return string; +} +void set_print_level(int new_level) +{ + PRINT_LEVEL=new_level; +} +int get_print_level(void) +{ + return PRINT_LEVEL; +} +void print_message(char print_level,char *message) +{ + if (print_level <= PRINT_LEVEL){ + printf(message); + } +} +unsigned int random_int(void) +{ + return (random()%4294967295); +} + +void check_function(int output) +{ + if (output>=0){ + print_message(3,"test_passed\n"); + } else { + print_message(3,"test_failed\n"); + get_error_linux(); + } +} + +void get_error_linux(void) +{ + int error_code=0; + char message[30]; + message[0]='\0'; + + error_code=errno; + sprintf(message,"linux_error code %d\n",error_code); + print_message(1,message); + + strcpy(message,"error is"); + perror(message); +// sprintf(message,"error is : %s\n",yaffs_error_to_str(error_code)); + //perror(message); + //print_message(1,message); +} diff --git a/direct/timothy_tests/linux_tests/lib.h b/direct/timothy_tests/linux_tests/lib.h new file mode 100644 index 0000000..22f6bc3 --- /dev/null +++ b/direct/timothy_tests/linux_tests/lib.h @@ -0,0 +1,44 @@ +/* + * YAFFS: Yet another Flash File System . A NAND-flash specific file system. + * + * Copyright (C) 2002-2010 Aleph One Ltd. + * for Toby Churchill Ltd and Brightstar Engineering + * + * Created by Timothy Manning + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU Lesser General Public License version 2.1 as + * published by the Free Software Foundation. + * + * Note: Only YAFFS headers are LGPL, YAFFS C code is covered by GPL. + */ + +#ifndef __lib_h__ +#define __lib_h__ +#include +#include +#include +#include "yaffsfs.h" + +#define NAME_RANGE 10 +#define ROOT_PATH "/mnt/y/" +#define FILE_NAME_LENGTH 3 +#define HEAD 0 +#define TAIL 1 + +typedef struct node_temp{ + char *string; + struct node_temp *next; +}node; + +int delete_linked_list(node *head_node); +node * linked_list_add_node(int pos,node *head_node); +unsigned int random_int(void); +char * generate_random_string(unsigned int length); +void get_error_linux(void); +void check_function(int output); +void print_message(char print_level, char *message); +void set_print_level(int new_level); +int get_print_level(void); +void node_print_pointers(node *current_node); +#endif diff --git a/direct/timothy_tests/linux_tests/linux_test.c b/direct/timothy_tests/linux_tests/linux_test.c new file mode 100644 index 0000000..cb3a300 --- /dev/null +++ b/direct/timothy_tests/linux_tests/linux_test.c @@ -0,0 +1,235 @@ +/* + * YAFFS: Yet another FFS. A NAND-flash specific file system. + * + * Copyright (C) 2002-2010 Aleph One Ltd. + * for Toby Churchill Ltd and Brightstar Engineering + * + * Created by Timothy Manning + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License version 2 as + * published by the Free Software Foundation. + */ + +#include "linux_test.h" + +int random_seed; +int simulate_power_failure = 1; + +char message[400]; //this is used for storing print messages. + +int main() +{ + dir_struct *scanned_dir=NULL; + int output=0; + int break_bool=0; + int x=5; + while( 1){ + while (break_bool!=1){ + //printf("x %d\n",x); + x--; + if (x<0 &&(break_bool!=1)){ + output=mkdir_test(); + break_bool=1; + } + x--; + if (x<0 &&(break_bool!=1)){ + output=rmdir_test(); + break_bool=1; + } + x--; + if (x<0 &&(break_bool!=1)){ + output=mknod_test(); + break_bool=1; + } + x--; + if (x<0 &&(break_bool!=1)){ + output=symlink_test(); + break_bool=1; + } + x--; + if (x<0 &&(break_bool!=1)){ + output=link_test(); + break_bool=1; + } + x--; + if (x<0 &&(break_bool!=1)){ + output=rename_test(); + break_bool=1; + } + x--; + if (x<0 &&(break_bool!=1)){ + scanned_dir=scan_dir(); + + output=remount_test(); + check_dir(scanned_dir); + scanned_dir=NULL; //the scanned dir has been freed in check_dir. + break_bool=1; + } + } + //printf("resetting x\n"); + check_function(output); + break_bool=0; + x=(rand()% 99); + } + return 0; +} + +dir_struct * scan_dir(void) +{ + struct dirent *dir_data; + dir_struct *dir=NULL; + dir=malloc(sizeof(dir_struct)); + memset(dir, NULL, sizeof(dir_struct)); + DIR *open_dir=NULL; + + + open_dir=opendir(ROOT_PATH); + dir_data=readdir(open_dir); + while(dir_data){ + dir->path_list=linked_list_add_node(HEAD,dir->path_list); + dir->path_list->string=malloc(strlen(dir_data->d_name)+1); + strcpy(dir->path_list->string,dir_data->d_name); + sprintf(message,"opened file: %s\n",dir->path_list->string); + print_message(3,message); + dir_data=readdir(open_dir); + } + closedir(open_dir); + node_print_pointers(dir->path_list); + return dir; +} + +int check_dir(dir_struct *old_dir) +{ + dir_struct *new_dir=scan_dir(); + node *new_list=new_dir->path_list; + node *old_list=old_dir->path_list; + int exit_loop=0; + print_message(3,"checking dir\n"); + for (;old_list!= NULL;old_list=old_list->next){ + + for (;(new_list=NULL) && (exit_loop !=1);new_list=new_list->next){ + sprintf(message,"comparing %s and %s\n",old_list->string,new_list->string); + print_message(3,message); + if (strcmp( new_list->string ,old_list->string)==0){ + //files match -now compare the modes and contents of the files. + //and set the paths to NULL. + exit_loop=1; + } + /*if (new_list->next==NULL){ + print_message(3,"next is null\n"); + + }*/ + } + if (exit_loop !=1){ + //failed to find a matching file + sprintf(message,"a file has disappeared: %s\n",old_list->string); + print_message(3,message); + + } + new_list=new_dir->path_list; + exit_loop=0; + } + //now check if there are any old unmatched files + + //free both data structs + delete_linked_list(old_dir->path_list); + delete_linked_list(new_dir->path_list); + new_dir->path_list=NULL; + old_dir->path_list=NULL; + free(old_dir); + free(new_dir); +} + +int remount_test(void) +{ + int output; + print_message(3,"\nunmounting\n"); + output=umount2("/mnt/y",MNT_FORCE); + check_function(output); + print_message(3,"mounting\n"); + mount("/dev/mtdblock0","/mnt/y","yaffs2",0,NULL); + check_function(output); +} + +int mkdir_test(void) +{ + + char string[FILE_NAME_LENGTH+strlen(ROOT_PATH)]; + int mode=0,output=0; + strcpy(string,ROOT_PATH); + strcat(string,generate_random_string(FILE_NAME_LENGTH)); + mode = ((S_IREAD|S_IWRITE)&random_int()); + sprintf(message,"\nmaking directory: %s, with mode %d\n",string,mode); + print_message(3,message); + output= mkdir(string,mode); + return output; +} + +int rmdir_test(void) +{ + char string[FILE_NAME_LENGTH+strlen(ROOT_PATH)]; + int output=0; + strcpy(string,ROOT_PATH); + strcat(string,generate_random_string(FILE_NAME_LENGTH)); + + sprintf(message,"\nremoving directory: %s\n",string); + print_message(3,message); + output= rmdir(string); + return output; +} +int symlink_test(void) +{ + char string[FILE_NAME_LENGTH+strlen(ROOT_PATH)]; + char string2[FILE_NAME_LENGTH+strlen(ROOT_PATH)]; + int output; + strcpy(string,ROOT_PATH); + strcat(string,generate_random_string(FILE_NAME_LENGTH)); + strcpy(string2,ROOT_PATH); + strcat(string2,generate_random_string(FILE_NAME_LENGTH)); + sprintf(message,"\nsymlink from: %s, to %s\n",string,string2); + print_message(3,message); + output= symlink(string,string2); + return output; +} +int rename_test(void) +{ + char string[FILE_NAME_LENGTH+strlen(ROOT_PATH)]; + char string2[FILE_NAME_LENGTH+strlen(ROOT_PATH)]; + int output; + strcpy(string,ROOT_PATH); + strcat(string,generate_random_string(FILE_NAME_LENGTH)); + strcpy(string2,ROOT_PATH); + strcat(string2,generate_random_string(FILE_NAME_LENGTH)); + sprintf(message,"\nrenaming from: %s, to %s\n",string,string2); + print_message(3,message); + output= rename(string,string2); + return output; +} +int link_test(void) +{ + char string[FILE_NAME_LENGTH+strlen(ROOT_PATH)]; + char string2[FILE_NAME_LENGTH+strlen(ROOT_PATH)]; + int output=0; + strcpy(string,ROOT_PATH); + strcat(string,generate_random_string(FILE_NAME_LENGTH)); + strcpy(string2,ROOT_PATH); + strcat(string2,generate_random_string(FILE_NAME_LENGTH)); + sprintf(message,"\nlink from: %s, to %s\n",string,string2); + print_message(3,message); + output= link(string,string2); + return output; +} +int mknod_test(void) +{ + char string[FILE_NAME_LENGTH+strlen(ROOT_PATH)]; + int mode=0,dev=0,output=0; + strcpy(string,ROOT_PATH); + strcat(string,generate_random_string(FILE_NAME_LENGTH)); + mode = ((S_IREAD|S_IWRITE)&random_int()); + dev = random_int(); + sprintf(message,"\nmaking node: %s, with mode %d, dev %d\n",string,mode,dev); + print_message(3,message); + output= mknod(string,mode,dev); + return output; +} diff --git a/direct/timothy_tests/linux_tests/linux_test.h b/direct/timothy_tests/linux_tests/linux_test.h new file mode 100644 index 0000000..58e3ccb --- /dev/null +++ b/direct/timothy_tests/linux_tests/linux_test.h @@ -0,0 +1,43 @@ +/* + * YAFFS: Yet another Flash File System . A NAND-flash specific file system. + * + * Copyright (C) 2002-2010 Aleph One Ltd. + * for Toby Churchill Ltd and Brightstar Engineering + * + * Created by Timothy Manning + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU Lesser General Public License version 2.1 as + * published by the Free Software Foundation. + * + * Note: Only YAFFS headers are LGPL, YAFFS C code is covered by GPL. + */ + +#ifndef __linux_test_h__ +#define __linux_test_h__ +#include +#include +#include "yaffsfs.h" +#include +#include +#include +#include +#include "lib.h" +#include + + +typedef struct dir_struct_temp{ + node *path_list; + int number_of_items; +}dir_struct; + +int check_dir(dir_struct *old_dir); +dir_struct * scan_dir(void); +int link_test(void); +int symlink_test(void); +int mknod_test(void); +int mkdir_test(void); +int rename_test(void); +int rmdir_test(void); +int remount_test(void); +#endif diff --git a/direct/timothy_tests/linux_tests/mkdir_link b/direct/timothy_tests/linux_tests/mkdir_link deleted file mode 100755 index 7f92f37fb4c170312e3435476ed88bf1b8d2a41c..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 7262 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 diff --git a/direct/timothy_tests/linux_tests/mkdir_link.c b/direct/timothy_tests/linux_tests/mkdir_link.c deleted file mode 100644 index d466958..0000000 --- a/direct/timothy_tests/linux_tests/mkdir_link.c +++ /dev/null @@ -1,18 +0,0 @@ -#include -#include - - -int main() -{ - int output=0; - int error_code =0 ; - output =symlink("timothy/home/tests/new_dir" "timothy/home/test/new_dir_link"); - output=mkdir("timothy/home/test/new_dir_link" ); - printf("output %d\n",output); - if (output <0 ) { - error_code = errno; - printf("error code %d\n",error_code); - printf("Error description is : %s\n",strerror(errno)); - } - return 0; -} diff --git a/direct/timothy_tests/linux_tests/mkdir_link.h b/direct/timothy_tests/linux_tests/mkdir_link.h deleted file mode 100644 index e69de29..0000000 diff --git a/direct/timothy_tests/linux_tests/rename b/direct/timothy_tests/linux_tests/rename deleted file mode 100755 index a16897849dcd075b9c4f3d03080a78a66432a54d..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 7220 zcmeHMZEPGz8J;^|(rZYH?YfOyOj(IDII44Yik&tQA9idfapJ~};{@8MS)K3J-b?Rp zPrG}?u88!&I|dF!7C@mjNDD!#mS%pbo-%nID8|LVgqSC~p8$n9n*WyTRX$x+&ej6rH#Knx6ptSkUDMkY8E%XnpItpK%%?_P#!M+XCuP7R>R-@goR zT81A4esv-gX1{CL3)37)I~mjSW3F$S0&a-2`&)(C+mF;lGGpdEDR)?&_u~zI+o0cU46Yfy39wSvTH&4ruhs?p9Juvk0}h* z$>aulIj*2sz*tyI2fq{w--XVHsNvKwHPY8pqchdiaBv+pUeLkGYX|c4p#seu9-q6~ zAjH&9J}efC6My#C6uyeo!hJAT=zy(n9DZ}I*nSH&6&pXqlVysHtkGul`V|x_HnL`$ zdDkyV%of;e_Vrnb*%G^+_>9DCk!=vaBr#iNHxZuzhAxLK|2i`HPX6k`6N3Y`z`L=l z@z{UJPJAa6E}R8<@x+o)>f5oe7%(YvUpp0nK4+li<2M@ceC>l^{zhQiW$&Ts-?EbY zY~W>5iggprmh^3x-NNf@XdsY3A3FT>+_e7%G5zWn$%p;?eEq2ixD&H}?F`cpx%)yW z!nES0H|I`}b9Es>VZ`c zta{-8*#p?S$vwB$>?_Yw+`zAggm5;-!9%==?dSWqi_USJF?n8V{x;4Z(5Hd9X-Y#r z1!1}SAPn5MEn>&VvtBENXF?vaH$vV*dB!h7^L)kw1kcUX*!DT6k&ZSwY|8@lNnk|( z=fE?wF0==Ic?xnA@*L#*kdqLdzpJZjyU}!TD3|ebEq%#M%yo>mD1Mu_wB=-K`zD#t zE=1HDOZ%}QXx~-Z)-jw1EjKHo8OOJxojZCr`>~M{8p-6ML%Af*)5(O064^1&7SY65 z2KJQpU6u2!<$63wN?Hk+$aAd}`6`l4`68OkB=PjEQ9OqMkmV#|eoRCy+Z=Xz42{Np z$MsNwQb*%31S7F@GL8xy6vQJct*Mej9@udwowhQ*_RoK#KLZlq8Q;0Q69M3R)q!~o zpNH`LPoBKHK!$<14m^i5Y=LN=jj?8f7m+#Yp?TeaH!)6Vk7M+B$)3DhKpJ_JeGraQ z@;G)+gLe#Zj%7q8hhz8n7H?{F4Yut)oUs^D=AT?8+JG#$vH{2ik0 z)#KKp9xq^}{$2r(>8zKx8^$N_t|6cHS|JSNJ*=Yg$vg_zZrajeFL?jf0Gb>IYQ9?? z&g0La6%FTDXoj#4C@RNtrM<-mgy^U!sO^FJvA}hPiRw02ttSdA16(&0RyA;aP?)u= zbwFXx9yQ+;<{MS>T4An4YW^xL&B%GGFlVItZ&O%ZCve^=%#{c0Vi|L$s{3c^D#3qR z^6!SmBRez#+WE$d9x+c_^1*Ol;1mXNW52M4|(fD9Kfi-y-vA(0o=?s0qgb! z@K1riR&k}|pCJ6P7g*lLK?g*=c#3?~&o@VGLwDdl5DMdL1JdpU*3Un$`ilC;fwlj5 z!}>$u%KCo>oW(i>CGGu&ky4<&R}k0!35ff}C1Bk@&Wd-I;YDEW?*RP$5wP~Bft^se zqQQJyk!AQXVzh@Nvljj1T|d`dK#BV+_y*FBEW<7^*H!w9_u6B?T#o@!{vPps1)uf* zXc_)BaOJ)D?}2sutI_^H0ymV#Lrrj__$x4PTxq{1SSzjq^V*j0jqP6q)`9h{#T3=! zsT%&R1#T+YBi^_y{~_R`y8Xcoq8*s`!7soT?QaLx^R1Tu^l{hs{M_(xG>$9yuEG8R zv#r!Ga-#yfp=`?Xtwi+E)~)S=8D=suO7y6Z z+blDYOQ*+lJw5xnWi>koIv?*bHDWb7ey0|>J(IPl?*?q`uD<>qoqcBi&YcH(2F=0F z9eq7)HFtYv%yna9rjWc$tOTSNablmy;pubU6rj>pxzzlivUU diff --git a/direct/timothy_tests/linux_tests/rename.c b/direct/timothy_tests/linux_tests/rename.c deleted file mode 100644 index 9c40c2f..0000000 --- a/direct/timothy_tests/linux_tests/rename.c +++ /dev/null @@ -1,17 +0,0 @@ -#include -#include - - -int main() -{ - int output=0; - int error_code =0 ; - output=rename( "/home/timothy/test/cat/","/home/timothy/test/dog/"); - printf("output %d\n",output); - if (output <0 ) { - error_code = errno; - printf("error code %d\n",error_code); - printf("Error description is : %s\n",strerror(errno)); - } - return 0; -} diff --git a/direct/timothy_tests/linux_tests/rename.h b/direct/timothy_tests/linux_tests/rename.h deleted file mode 100644 index e69de29..0000000 -- 2.30.2