]> git.sven.stormbind.net Git - sven/tclcurl.git/blobdiff - tests/a.tcl
Imported Upstream version 7.22.0
[sven/tclcurl.git] / tests / a.tcl
diff --git a/tests/a.tcl b/tests/a.tcl
deleted file mode 100644 (file)
index c96014f..0000000
+++ /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
-
-
-
-
-
-