diff options
author | David Thompson <dthompson2@worcester.edu> | 2021-04-15 11:57:19 -0400 |
---|---|---|
committer | David Thompson <dthompson2@worcester.edu> | 2021-04-15 11:57:19 -0400 |
commit | 8d92b2122212e7869b823efd88edc0bd570e2382 (patch) | |
tree | 5840ac0508c37d2a73f5e856c717dd0dc39def39 /tests/utils.scm | |
parent | 21f54c36db7cdb52b703e8a7ba6b9f680845f663 (diff) |
tests: Fix utils test.
Diffstat (limited to 'tests/utils.scm')
-rw-r--r-- | tests/utils.scm | 2 |
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" |