From d044fa0beb5d6f5e053c05dd7f2353c32607aa17 Mon Sep 17 00:00:00 2001 From: Matthew Flatt Date: Sun, 18 Jan 2015 06:46:09 -0700 Subject: [PATCH] fix test Previously merged to `set-file` utilities, but incorrectly. --- pkgs/racket-test/tests/pkg/util.rkt | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/racket-test/tests/pkg/util.rkt b/pkgs/racket-test/tests/pkg/util.rkt index b855b28622..83af634585 100644 --- a/pkgs/racket-test/tests/pkg/util.rkt +++ b/pkgs/racket-test/tests/pkg/util.rkt @@ -218,6 +218,7 @@ '("pkg-test1")))) (define (set-file path content) + (make-parent-directory* path) (call-with-output-file* path #:exists 'truncate/replace