From 292a7357bd94847813aa24c71028a07c829be212 Mon Sep 17 00:00:00 2001 From: Olivier Goffart Date: Wed, 17 Sep 2014 14:39:34 +0200 Subject: [PATCH] t1.cfg.in: saner placeholder executable name Now it is owncloudcmd and not csync --- csync/tests/ownCloud/t1.cfg.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/csync/tests/ownCloud/t1.cfg.in b/csync/tests/ownCloud/t1.cfg.in index 31dfbfd6d..2294be6e3 100644 --- a/csync/tests/ownCloud/t1.cfg.in +++ b/csync/tests/ownCloud/t1.cfg.in @@ -1,8 +1,8 @@ user => "joe", passwd => "secret", url => "http://localhost/ocm/remote.php/webdav/", - ld_libpath => "/home/joe/owncloud/csync/csync-build/modules", - csync => "/home/joe/owncloud/csync/csync-build/client/csync", + ld_libpath => "/home/joe/owncloud/mirall-install/lib", + csync => "/home/joe/owncloud/mirall-install/bin/owncloudcmd", ocs_url => "http://localhost/owncloud/ocs/v1.php/", share_user => "jenny", share_passwd => "also_secret"