Commit 6fab7e69 authored by Robert P. Goldman's avatar Robert P. Goldman
Browse files

Tweak test-system-pathnames.

Remove trailing "/" on system pathname to test that merging works
properly in directory context.
parent cc87e465
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
;;; -*- Lisp -*-

(defsystem :test-system-pathnames
  :pathname "sources/level1/"
  :pathname "sources/level1"
  :components
  ((:file "file1")
   (:file "file2" :pathname "level2/file2")