test: fix cleanup

This commit is contained in:
Kyle Carberry
2023-09-26 10:14:24 -05:00
parent 80a44a8d07
commit 6f4d0b07da

View File

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