[Pkg-owncloud-commits] [owncloud-client] 172/211: t6.pl: fix missing space in curl command

Sandro Knauß hefee-guest at moszumanska.debian.org
Sat Oct 25 09:10:42 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 3be5600caf49e3a92122e366622c0442d3137e01
Author: Olivier Goffart <ogoffart at woboq.com>
Date:   Wed Oct 22 15:16:22 2014 +0200

    t6.pl:  fix missing space in curl command
---
 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 8e4a034..099915d 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 --insecure" . 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