test: fix cleanup

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

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

Loading…
Cancel
Save