From 1d36492f511c944cf37baed606450ea826d5ccae Mon Sep 17 00:00:00 2001 From: Jay McCarthy Date: Sat, 8 Dec 2012 07:14:28 -0700 Subject: [PATCH] Remove build location from the test zo to satisfy zo-path --- collects/tests/planet2/test.rkt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/collects/tests/planet2/test.rkt b/collects/tests/planet2/test.rkt index 7178db8b21..051771626f 100644 --- a/collects/tests/planet2/test.rkt +++ b/collects/tests/planet2/test.rkt @@ -13,7 +13,7 @@ ([(tests-f ...) (for/list ([f-stx (in-list (syntax->list #'(f ...)))]) (define f (syntax->datum f-stx)) - `(file ,(path->string (build-path test-directory (format "tests-~a.rkt" f)))))]) + `(file ,(format "tests-~a.rkt" f)))]) (syntax/loc stx (run-tests* (list (let ()