diff --git a/t_sync.pl b/t_sync.pl index bffa2684fec6be81f0d84102f8d55f22b0e4136a..cd244c7d0288c260d5bd3b434488494bb459b615 100755 --- a/t_sync.pl +++ b/t_sync.pl @@ -55,6 +55,13 @@ context". A "synchronisation context" needs to describe: my $setup_file; my $setup= { + 'src' => + { + 'config' => '/home/gg/etc/src/database.yml', + 'db' => 'production', + 'attachment_base' => '/home/backup/redmine-phaidra/files', + 'attachment_with_directory' => 0, # Redmine version 1.x does not have that attribute + }, 'dst' => { 'config' => '/home/gg/etc/dst/database.yml', @@ -66,13 +73,6 @@ my $setup= my $setup_OLD= { - 'src' => - { - 'config' => '/home/gg/etc/src/database.yml', - 'db' => 'production', - 'attachment_base' => '/home/backup/redmine-phaidra/files', - 'attachment_with_directory' => 0, # Redmine version 1.x does not have that attribute - }, 'dst' => { 'config' => '/home/gg/etc/dst/database.yml',