X-Git-Url: https://git.sven.stormbind.net/?a=blobdiff_plain;f=tests%2Fa.tcl;fp=tests%2Fa.tcl;h=0000000000000000000000000000000000000000;hb=b62db6a104a211b14dc512cbb9cbcea49613ff19;hp=c96014f858bdf0466cdf50fc715f94f1f67fcff8;hpb=b0e6fb6e4379fb87fa2854b84a56c5ad49c644da;p=sven%2Ftclcurl.git diff --git a/tests/a.tcl b/tests/a.tcl deleted file mode 100644 index c96014f..0000000 --- a/tests/a.tcl +++ /dev/null @@ -1,13 +0,0 @@ -package require TclCurl - -set curlHandle [curl::init] - -$curlHandle configure -url "http://127.0.0.1" -protocols [list http https ftp] - -$curlHandle cleanup - - - - - -