From 56e35f5d99ebca00db131d0c7fb751baf782af48 Mon Sep 17 00:00:00 2001
From: Raymond Toy <toy.raymond@gmail.com>
Date: Sat, 4 Jan 2014 19:08:04 -0800
Subject: [PATCH] Use truename of *load-pathname*.

---
 tests/run-tests.lisp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/run-tests.lisp b/tests/run-tests.lisp
index 84df41045..e4b8b997d 100644
--- a/tests/run-tests.lisp
+++ b/tests/run-tests.lisp
@@ -29,7 +29,7 @@
 (setf lisp-unit:*print-failures* t)
 (setf lisp-unit:*print-errors* t)
 
-(defvar *load-path* *load-pathname*)
+(defvar *load-path* (truename *load-pathname*))
 
 (defvar *test-files*
   nil)
-- 
GitLab