tools.deploy.test.5: revert accidental screwup

db4
Slava Pestov 2009-12-02 17:56:49 -05:00
parent 998cc59dbc
commit 2f024f8b5c
1 changed files with 2 additions and 1 deletions

View File

@ -3,7 +3,8 @@ USING: accessors urls io.encodings.ascii io.files math.parser
http.client kernel ;
: deploy-test-5 ( -- )
URL" http://apple.com"
URL" http://localhost/foo.html" clone
"resource:port-number" ascii file-contents string>number >>port
http-get 2drop ;
MAIN: deploy-test-5