summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Thompson <dthompson2@worcester.edu>2021-04-15 11:57:19 -0400
committerDavid Thompson <dthompson2@worcester.edu>2021-04-15 11:57:19 -0400
commit8d92b2122212e7869b823efd88edc0bd570e2382 (patch)
tree5840ac0508c37d2a73f5e856c717dd0dc39def39
parent21f54c36db7cdb52b703e8a7ba6b9f680845f663 (diff)
tests: Fix utils test.
-rw-r--r--tests/utils.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/utils.scm b/tests/utils.scm
index c7df3f4..c2fc55b 100644
--- a/tests/utils.scm
+++ b/tests/utils.scm
@@ -56,7 +56,7 @@
(file-name-components "/share/haunt"))
(test-equal "join-file-name-components"
- "/share/haunt/info/haunt.info"
+ "share/haunt/info/haunt.info"
(join-file-name-components '("share" "haunt" "info" "haunt.info")))
(test-equal "absolute-file-name, already absolute"