aboutsummaryrefslogtreecommitdiffstats
path: root/test/security
diff options
context:
space:
mode:
Diffstat (limited to 'test/security')
-rw-r--r--test/security/k8s/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/security/k8s/Makefile b/test/security/k8s/Makefile
index 05fbba047..b42e48acc 100644
--- a/test/security/k8s/Makefile
+++ b/test/security/k8s/Makefile
@@ -18,7 +18,7 @@ test:
go test $(PROJECT)/...
clean:
- rm $(BIN_DIR)/$(BIN)
- rmdir $(BIN_DIR)
+ -rm $(BIN_DIR)/$(BIN)
+ -rmdir $(BIN_DIR)
.PHONY: all run build test clean $(BIN)