From 6f4d0b07da7f68709b61b6a9ed417ea97196c2e8 Mon Sep 17 00:00:00 2001 From: Kyle Carberry Date: Tue, 26 Sep 2023 10:14:24 -0500 Subject: [PATCH] test: fix cleanup --- setup.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/setup.ts b/setup.ts index c55df43..3cfb871 100644 --- a/setup.ts +++ b/setup.ts @@ -7,8 +7,10 @@ const removeStatefiles = async () => { ".", "-type", "f", + "-o", "-name", "*.tfstate", + "-o", "-name", "*.tfstate.lock.info", "-delete",