aboutsummaryrefslogtreecommitdiff
path: root/ft_read_test.c
diff options
context:
space:
mode:
authorCharles <sircharlesaze@gmail.com>2020-01-14 15:19:35 +0100
committerCharles <sircharlesaze@gmail.com>2020-01-14 15:19:35 +0100
commit66bfb5efc23b4dd9819bf70b5a709c81ccf7a820 (patch)
tree49a09b1191058b9f94e0b52f0ecbf4cdbeb17dd9 /ft_read_test.c
parent5d6aa79961c10b56c6f59adf77ba00ddf296cdbe (diff)
downloadlibasm_test-66bfb5efc23b4dd9819bf70b5a709c81ccf7a820.tar.gz
libasm_test-66bfb5efc23b4dd9819bf70b5a709c81ccf7a820.tar.bz2
libasm_test-66bfb5efc23b4dd9819bf70b5a709c81ccf7a820.zip
Linux portability and fix prettier bug
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]); \