[Pkg-owncloud-commits] [owncloud-client] 167/211: t6.pl: pass the --insecure flag to curl so it works on the test machine

Sandro Knauß hefee-guest at moszumanska.debian.org
Sat Oct 25 09:10:41 UTC 2014


This is an automated email from the git hooks/post-receive script.

hefee-guest pushed a commit to branch master
in repository owncloud-client.

commit dd45b448d9c95c5f11ca1e19dd22b9458e713f7b
Author: Olivier Goffart <ogoffart at woboq.com>
Date:   Wed Oct 22 13:57:22 2014 +0200

    t6.pl: pass the --insecure flag to curl so it works on the test machine
---
 csync/tests/ownCloud/t6.pl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/csync/tests/ownCloud/t6.pl b/csync/tests/ownCloud/t6.pl
index ec18200..8e4a034 100755
--- a/csync/tests/ownCloud/t6.pl
+++ b/csync/tests/ownCloud/t6.pl
@@ -39,7 +39,7 @@ sub createPostUpdateScript($)
 
     my $srcFile = localDir().'BIG1.file';
     my $cred = configValue("user") . ":" . configValue("passwd");
-    my $cmd = "curl -T $srcFile -u $cred " . testDirUrl().$name;
+    my $cmd = "curl -T $srcFile -u $cred --insecure" . testDirUrl().$name;
     my $script = "/tmp/post_update_script.sh";
     open SC, ">$script" || die("Can not create script file");
     print SC "#!/bin/bash\n";

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud-client.git



More information about the Pkg-owncloud-commits mailing list