diff --git a/test b/test deleted file mode 100755 index 0f950da..0000000 Binary files a/test and /dev/null differ diff --git a/test.c b/test.c index 21751e8..2f927f3 100644 --- a/test.c +++ b/test.c @@ -6,7 +6,7 @@ /* By: tomoron +#+ +:+ +#+ */ /* +#+#+#+#+#+ +#+ */ /* Created: 2025/03/29 19:53:58 by tomoron #+# #+# */ -/* Updated: 2025/03/29 19:54:24 by tomoron ### ########.fr */ +/* Updated: 2025/03/30 15:55:13 by tomoron ### ########.fr */ /* */ /* ************************************************************************** */ @@ -145,6 +145,7 @@ int test_read(void) TEST("read to null pointer, return", ft_read(fd, NULL, 4) == (size_t)-1) TEST("read to null pointer, errno", errno == 14) close(fd); + unlink("test_file.tmp"); return(nb_tests == passed); } diff --git a/test_file.tmp b/test_file.tmp deleted file mode 100644 index 5742772..0000000 --- a/test_file.tmp +++ /dev/null @@ -1 +0,0 @@ -patate douce \ No newline at end of file