summaryrefslogtreecommitdiff
path: root/source/tests
diff options
context:
space:
mode:
authorMitya Selivanov <automainint@guattari.tech>2023-10-28 18:00:49 +0200
committerMitya Selivanov <automainint@guattari.tech>2023-10-28 18:00:49 +0200
commita1a11b0092fcc1b687717929b03c4288fc473c16 (patch)
treefa58e3686159ea70864f4766df7fd262f03d0a88 /source/tests
parenta476e8e8f087d88c63cf3630bbbcf76fe56d680f (diff)
downloadkit-a1a11b0092fcc1b687717929b03c4288fc473c16.zip
test
Diffstat (limited to 'source/tests')
-rw-r--r--source/tests/file.test.c2
1 files changed, 2 insertions, 0 deletions
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);