From a93328e8c72200d232bf9f7f39ebd12bbefe7d1a Mon Sep 17 00:00:00 2001 From: John Benediktsson Date: Mon, 18 Jun 2012 12:33:07 -0700 Subject: [PATCH] http: using temp directory. --- basis/http/http-tests.factor | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/basis/http/http-tests.factor b/basis/http/http-tests.factor index c960a6634a..7c150612f9 100644 --- a/basis/http/http-tests.factor +++ b/basis/http/http-tests.factor @@ -438,9 +438,9 @@ SYMBOL: a ! Check that download throws errors (reported by Chris Double) [ - "resource:temp" [ + [ "http://localhost/tweet_my_twat" add-addr download - ] with-directory + ] with-temp-directory ] must-fail [ ] [ stop-test-httpd ] unit-test