Fix quoting

This commit is contained in:
Hunter Haugen 2016-02-02 10:51:20 -08:00
parent 3d5a1cfe94
commit 7e27a989c0

View file

@ -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