Skip to content

Commit 902c4c8

Browse files
author
Filip Krahl
committed
postgres log_directory should_not be default
Signed-off-by: Filip Krahl <[email protected]>
1 parent d6bc861 commit 902c4c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

controls/postgres_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -295,7 +295,7 @@
295295
its('output') { should eq 'on' }
296296
end
297297
describe postgres_session(USER, PASSWORD).query('SHOW log_directory;') do
298-
its('output') { should_not eq ' ' }
298+
its('output') { should_not eq 'log' }
299299
end
300300
describe postgres_session(USER, PASSWORD).query('SHOW log_line_prefix;') do
301301
its('output') { should eq '%t %u %d %h' }

0 commit comments

Comments
 (0)