aboutsummaryrefslogtreecommitdiff
path: root/tests/test/util.scm
diff options
context:
space:
mode:
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"))