Fix quoting
This commit is contained in:
parent
3d5a1cfe94
commit
7e27a989c0
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@ describe 'postgresql::server::db', :unless => UNSUPPORTED_PLATFORMS.include?(fac
|
|||
expect(r.stdout).to match(/\(1 row\)/)
|
||||
end
|
||||
ensure
|
||||
psql('--command="drop database "postgresql-test-db" postgres')
|
||||
psql('--command=\'drop database "postgresql-test-db" postgres\'')
|
||||
psql('--command="DROP USER test"')
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue