From 0ee44b86f788a4acb514bd1c97ac2eae261ecd97 Mon Sep 17 00:00:00 2001 From: Lars Kanis Date: Thu, 7 Jul 2011 15:06:34 +0200 Subject: [PATCH] remove spaces for options --- test/test_pg_ldap_sync.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/test_pg_ldap_sync.rb b/test/test_pg_ldap_sync.rb index 42555f6..59e0400 100644 --- a/test/test_pg_ldap_sync.rb +++ b/test/test_pg_ldap_sync.rb @@ -45,12 +45,12 @@ class TestPgLdapSync < Test::Unit::TestCase FileUtils.mkdir_p 'temp/pg_data' log_and_run 'initdb', '-D', 'temp/pg_data' end - log_and_run 'pg_ctl', '-w', '-o', "-k .", '-D', 'temp/pg_data', 'start' + log_and_run 'pg_ctl', '-w', '-o', "-k.", '-D', 'temp/pg_data', 'start' log_and_run 'psql', '-e', '-c', "DROP ROLE IF EXISTS fred, wilma, \"Flintstones\", \"Wilmas\", \"All Users\"", 'postgres' end def stop_pg_server - log_and_run 'pg_ctl', '-w', '-o', "-k .", '-D', 'temp/pg_data', 'stop' + log_and_run 'pg_ctl', '-w', '-o', "-k.", '-D', 'temp/pg_data', 'stop' end def setup