bin.name = "renovate"
fs.cwd = "init.in"
fs.sandbox = true
args = ["schema", "init", "postgres://postgres:postgres@localhost:5432/_test1234", "--drop-on-exit"]
stdout = """
Database schema for postgres://postgres:postgres@localhost:5432/_test1234 has successfully dumped into ./_test1234.
"""
stderr = ""