Skip to content

Commit 8997ea1

Browse files
committed
Remove bogus -D argument
1 parent 7828cf3 commit 8997ea1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/acceptance/alternative_pgdata_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ class { 'postgresql::server': data_directory => '/var/pgsql' }
1313
end
1414

1515
it 'can connect with psql' do
16-
psql('-D /var/pgsql --command="\l" postgres', 'postgres') do |r|
16+
psql('--command="\l" postgres', 'postgres') do |r|
1717
expect(r.stdout).to match(/List of databases/)
1818
end
1919
end

0 commit comments

Comments
 (0)