From 72361e8c3aa8a33e1ea71e2fe081362670940fb7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Sun, 10 Sep 2023 17:16:46 +0200 Subject: Require component for path append. Changed the signature of `path-append` to require at least one argument. The alternative would have been that no components expands into '.'. --- tests/test/util.scm | 2 -- 1 file changed, 2 deletions(-) (limited to 'tests/test') 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")) -- cgit v1.2.3