From a1a11b0092fcc1b687717929b03c4288fc473c16 Mon Sep 17 00:00:00 2001 From: Mitya Selivanov Date: Sat, 28 Oct 2023 18:00:49 +0200 Subject: test --- source/tests/file.test.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/source/tests/file.test.c b/source/tests/file.test.c index 6faef1b..6fde8fa 100644 --- a/source/tests/file.test.c +++ b/source/tests/file.test.c @@ -24,6 +24,8 @@ TEST("path cache") { path_join(WRAP_STR(user), SZ(".cache"), NULL); #endif + printf("cache: %s \ngot: %s \n", BS(cache), BS(expected)); + REQUIRE(AR_EQUAL(cache, expected)); DA_DESTROY(user); -- cgit v1.2.3