From 6fab7e691959412028b9546ab5922946033c2076 Mon Sep 17 00:00:00 2001 From: "Robert P. Goldman" <rpgoldman@real-time.com> Date: Sat, 19 Mar 2011 17:53:00 -0500 Subject: [PATCH] Tweak test-system-pathnames. Remove trailing "/" on system pathname to test that merging works properly in directory context. --- test/test-system-pathnames.asd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/test-system-pathnames.asd b/test/test-system-pathnames.asd index 37f6973e..8be217a3 100644 --- a/test/test-system-pathnames.asd +++ b/test/test-system-pathnames.asd @@ -1,7 +1,7 @@ ;;; -*- Lisp -*- (defsystem :test-system-pathnames - :pathname "sources/level1/" + :pathname "sources/level1" :components ((:file "file1") (:file "file2" :pathname "level2/file2") -- GitLab