Commit ec88be65 authored by Francois-Rene Rideau's avatar Francois-Rene Rideau
Browse files

Remove old unused file foofail.lisp

It was part of a bug report, superseded by test/test-xach-update-bug.script.
parent bb191fb8
Loading
Loading
Loading
Loading

test/xach-foofail/foofail.lisp

deleted100644 → 0
+0 −8
Original line number Diff line number Diff line
(require 'asdf)
(let ((*default-pathname-defaults* (make-pathname :name nil
                                                  :type nil
                                                  :defaults *load-truename*)))
  (push (merge-pathnames #p"foo-1/") asdf:*central-registry*)
  (asdf:load-system "foo")
  (push (merge-pathnames #p"foo-2/") asdf:*central-registry*)
  (asdf:load-system "foo"))