aboutsummaryrefslogtreecommitdiff
path: root/tests/test/util.scm
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2023-02-11 03:27:57 +0100
committerHugo Hörnquist <hugo@lysator.liu.se>2023-02-11 03:27:57 +0100
commit3c6bd65e402655aacb9dfd8e2edeb95563f3ccda (patch)
treefee8a13ea4a21970f32e17df17072f85911c33bb /tests/test/util.scm
parentFix IPv6-binding without hot-patching guile. (diff)
downloadcalp-3c6bd65e402655aacb9dfd8e2edeb95563f3ccda.tar.gz
calp-3c6bd65e402655aacb9dfd8e2edeb95563f3ccda.tar.xz
Add test for path-append without components.
Diffstat (limited to 'tests/test/util.scm')
-rw-r--r--tests/test/util.scm2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/test/util.scm b/tests/test/util.scm
index ab50898a..719afbed 100644
--- a/tests/test/util.scm
+++ b/tests/test/util.scm
@@ -254,6 +254,8 @@
(test-equal "root" "/" (path-append ""))
+(test-equal "No components" "" (path-append))
+
(test-equal
'("usr" "lib" "test")
(path-split "usr/lib/test"))