From 4ca8551334790a44757f08824b7fda0f24c4bf57 Mon Sep 17 00:00:00 2001 From: "Earle F. Philhower, III" Date: Sat, 26 Oct 2019 16:05:26 -0700 Subject: [PATCH] Remove typo in device test "make clean" VIM strikes again. --- tests/device/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/device/Makefile b/tests/device/Makefile index 5062e4b2a2..dab0ef3797 100644 --- a/tests/device/Makefile +++ b/tests/device/Makefile @@ -124,7 +124,7 @@ virtualenv: clean: rm -rf $(BUILD_DIR) - rm -rf $(HARDWARE_DIR)A + rm -rf $(HARDWARE_DIR) rm -rf $(BS_DIR)/virtualenv rm -f $(TEST_REPORT_HTML) $(TEST_REPORT_XML)