From 3cc9446b656bb3acce5215ff11feb81645e542e2 Mon Sep 17 00:00:00 2001 From: Matthew Flatt Date: Mon, 11 Nov 2013 05:51:32 -0700 Subject: [PATCH] fix "base" and "compatibility" test drivers --- .../compatibility-test/tests/mzlib/tests.rktl | 2 +- pkgs/racket-pkgs/racket-test/tests/racket/test.rkt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/compatibility-pkgs/compatibility-test/tests/mzlib/tests.rktl b/pkgs/compatibility-pkgs/compatibility-test/tests/mzlib/tests.rktl index 2748e175d6..cba4188700 100644 --- a/pkgs/compatibility-pkgs/compatibility-test/tests/mzlib/tests.rktl +++ b/pkgs/compatibility-pkgs/compatibility-test/tests/mzlib/tests.rktl @@ -1,4 +1,4 @@ -(load "loadtest.rktl") +(load-relative "loadtest.rktl") (load-in-sandbox "kw.rktl") (load-in-sandbox "awk.rktl") diff --git a/pkgs/racket-pkgs/racket-test/tests/racket/test.rkt b/pkgs/racket-pkgs/racket-test/tests/racket/test.rkt index 35ae09a796..c4720d86b1 100644 --- a/pkgs/racket-pkgs/racket-test/tests/racket/test.rkt +++ b/pkgs/racket-pkgs/racket-test/tests/racket/test.rkt @@ -1,3 +1,3 @@ #lang racket/load -(load "quiet.rktl") +(load (collection-file-path "quiet.rktl" "tests/racket"))