[Pkg-owncloud-commits] [owncloud-client] 325/333: Allow tests to run against SSL-self-signed servers
Sandro Knauß
hefee-guest at moszumanska.debian.org
Thu Apr 17 23:17:10 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 af3af94a01460e830c238d6fb256bbb37f88b8da
Author: Daniel Molkentin <danimo at owncloud.com>
Date: Tue Apr 8 12:39:46 2014 +0200
Allow tests to run against SSL-self-signed servers
---
csync/tests/ownCloud/ownCloud/Test.pm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/csync/tests/ownCloud/ownCloud/Test.pm b/csync/tests/ownCloud/ownCloud/Test.pm
index aa6de41..9540682 100644
--- a/csync/tests/ownCloud/ownCloud/Test.pm
+++ b/csync/tests/ownCloud/ownCloud/Test.pm
@@ -538,7 +538,7 @@ sub getToFileCurl( $$ )
my $geturl = testDirUrl() . $file;
print "GETting $geturl to $localFile\n";
- my @args = ("curl", "-u", "$user:$passwd", "$geturl", "-o", "$localFile");
+ my @args = ("curl", "-k", "-u", "$user:$passwd", "$geturl", "-o", "$localFile");
system( @args );
}
--
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