aboutsummaryrefslogtreecommitdiff
path: root/ft_read_test.c
diff options
context:
space:
mode:
Diffstat (limited to 'ft_read_test.c')
-rw-r--r--ft_read_test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ft_read_test.c b/ft_read_test.c
index 08c3c70..50a85bd 100644
--- a/ft_read_test.c
+++ b/ft_read_test.c
@@ -14,7 +14,7 @@ static int ret;
ret = ft_read(ft_read_pipe[0], buf, FT_READ_BUF_SIZE); \
buf[ret] = '\0'; \
if (strcmp(buf, str) != 0) \
- printf("KO: [COMPARE]: %s: expected: \"%s\" got: \"%s\"\n", test_name, str, buf); \
+ printf("KO: [COMPARE]: %s: expected: \"%s\" got: \"%s\"\n", test_name, str, buf); \
else \
print_ok(); \
close(ft_read_pipe[1]); \