From 63274b9c02ae6be68e495f3b507a0307b9b5e4f9 Mon Sep 17 00:00:00 2001
From: Ludovico de Nittis <ludovico.denittis@collabora.com>
Date: Thu, 23 Jul 2020 10:46:18 +0200
Subject: [PATCH] tests/containers.py: Remove duplicated code

Signed-off-by: Ludovico de Nittis <ludovico.denittis@collabora.com>
---
 tests/containers.py | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/tests/containers.py b/tests/containers.py
index b033fddf8..40328caf6 100755
--- a/tests/containers.py
+++ b/tests/containers.py
@@ -207,9 +207,6 @@ class TestContainers(BaseTest):
 
             for multiarch in ('i386-linux-gnu', 'x86_64-linux-gnu'):
                 for tool in ('capsule-capture-libs', 'capsule-symbols'):
-                    exe = multiarch + '-' + tool
-                    tool_path = os.path.join(cls.pv_dir, 'bin', exe)
-
                     exe = multiarch + '-' + tool
                     tool_path = os.path.join(cls.pv_dir, 'bin', exe)
                     found = shutil.which(exe)
-- 
GitLab