From 26923d75525b47aabc365d9605ae61e61d932e3a Mon Sep 17 00:00:00 2001
From: an7s <an7s@git.zephyr-software.com>
Date: Fri, 14 Oct 2016 20:24:01 +0000
Subject: [PATCH] Cleanup lib

Former-commit-id: e9bc530f9a4193cf32c490917fce38d11ee71684
---
 tools/selective_cfi/tests/test_libc.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/tools/selective_cfi/tests/test_libc.sh b/tools/selective_cfi/tests/test_libc.sh
index 6217f8c8e..bd043f6e2 100755
--- a/tools/selective_cfi/tests/test_libc.sh
+++ b/tools/selective_cfi/tests/test_libc.sh
@@ -59,7 +59,7 @@ clean()
 {
 	rm out
 	rm correct
-	rm -Rf foo.exe peasoup_exe* libfoo.so libfoo.so.orig libfoo.so.cfi foo.cfi foo.exe.cfi
+	rm -Rf *.orig *libc*.exe *libc.*cfi
 }
 
 report ()
@@ -75,7 +75,7 @@ main()
 	protect
 #	get_correct
 #	report
-#	clean
+	clean
 }
 
 passes=0 
-- 
GitLab