From 4ca0c497993b8e50763f7f8826ee4bec3fcc38ee Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Florent=20Thi=C3=A9ry?= <florent.thiery@ubicast.eu>
Date: Tue, 14 Mar 2017 15:59:02 +0100
Subject: [PATCH] fix test return code

---
 tests/test_partitions.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/tests/test_partitions.py b/tests/test_partitions.py
index 20ed8fde..acdb3b27 100755
--- a/tests/test_partitions.py
+++ b/tests/test_partitions.py
@@ -88,6 +88,7 @@ warning = False
 def check_path(p):
     global error
     global warning
+    error = warning = False
 
     psize = None
     mount_point = p.get('mount_point')
-- 
GitLab