From ff210f3e2d9fe49fe9506b6c99c31194c5108f85 Mon Sep 17 00:00:00 2001
From: "Robert P. Goldman" <rpgoldman@real-time.com>
Date: Sun, 7 Feb 2010 21:49:39 -0600
Subject: [PATCH] Modified the module-dependency test to agree with test
 restructuring.

My module-dependency test had strayed from the other tests.
---
 test/test-module-depend.script | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/test/test-module-depend.script b/test/test-module-depend.script
index 0dba0d94..17c165a2 100644
--- a/test/test-module-depend.script
+++ b/test/test-module-depend.script
@@ -1,7 +1,6 @@
 ;;; -*- Lisp -*-
 (load "script-support")
-(load (compile-file-pathname "../asdf"))
-(trace asdf:operate)
+(load-asdf)
 
 (quit-on-error
  (setf asdf:*central-registry* '(*default-pathname-defaults*))
@@ -13,7 +12,7 @@
  (assert (and file1-date (file-write-date (asdf:compile-file-pathname* "file2"))))
 
  ;; and loaded
- (assert test-package::*file1*)
+ (assert (eval (intern (symbol-name '#:*file1*) :test-package)))
 
 
  ;; now touch file1 and check that file2 _is_ also recompiled
-- 
GitLab