We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7828cf3 commit 8997ea1Copy full SHA for 8997ea1
spec/acceptance/alternative_pgdata_spec.rb
@@ -13,7 +13,7 @@ class { 'postgresql::server': data_directory => '/var/pgsql' }
13
end
14
15
it 'can connect with psql' do
16
- psql('-D /var/pgsql --command="\l" postgres', 'postgres') do |r|
+ psql('--command="\l" postgres', 'postgres') do |r|
17
expect(r.stdout).to match(/List of databases/)
18
19
0 commit comments