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, 0 insertions, 2 deletions
diff --git a/tests/test/util.scm b/tests/test/util.scm
index 81bebdb5..75d59801 100644
--- a/tests/test/util.scm
+++ b/tests/test/util.scm
@@ -280,8 +280,6 @@
(test-equal "root" "/" (path-append ""))
- (test-equal "No components" "" (path-append))
-
(test-equal
'("usr" "lib" "test")
(path-split "usr/lib/test"))