tools.deploy.test.5: revert accidental screwup
parent
998cc59dbc
commit
2f024f8b5c
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue