From 2cf223d8634c4ca99d6e4bfa2ad35d562f37905f Mon Sep 17 00:00:00 2001 From: John Benediktsson Date: Sun, 13 Mar 2016 20:01:58 -0700 Subject: [PATCH] http: fix tests for string-lines. --- basis/http/http-tests.factor | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/basis/http/http-tests.factor b/basis/http/http-tests.factor index cc6e44a8af..4b97d26f32 100644 --- a/basis/http/http-tests.factor +++ b/basis/http/http-tests.factor @@ -154,7 +154,6 @@ STRING: read-response-test-1' HTTP/1.1 404 not found content-type: text/html; charset=UTF-8 - ; ${ read-response-test-1' } [ @@ -443,7 +442,7 @@ test-db [ "resource:basis/http/test/" enable-fhtml >>default add-quit-action [ - [ "OK\n\n" ] [ "http://localhost/" add-addr http-get nip ] unit-test + [ "OK\n" ] [ "http://localhost/" add-addr http-get nip ] unit-test [ ] [ stop-test-httpd ] unit-test