From af42a776e90f137e83ca808b02481aa36092bf69 Mon Sep 17 00:00:00 2001
From: rlaz <rlaz@macroots-MacBook-Pro.local>
Date: Sat, 12 Mar 2022 09:10:05 -0500
Subject: [PATCH] debug

---
 tests/bin/test-io | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/bin/test-io b/tests/bin/test-io
index d2be972..8d41816 100755
--- a/tests/bin/test-io
+++ b/tests/bin/test-io
@@ -3,7 +3,7 @@
 # Without arguments, generate outputs
 if [ $# -eq 0 ]
 then
-
+	rm -fr Results_*
 	for branch in main repair-io
 	do
 		git checkout $branch
-- 
GitLab