test: fix cleanup

pull/53/head
Kyle Carberry 2 years ago
parent 80a44a8d07
commit 6f4d0b07da

@ -7,8 +7,10 @@ const removeStatefiles = async () => {
".", ".",
"-type", "-type",
"f", "f",
"-o",
"-name", "-name",
"*.tfstate", "*.tfstate",
"-o",
"-name", "-name",
"*.tfstate.lock.info", "*.tfstate.lock.info",
"-delete", "-delete",

Loading…
Cancel
Save