From cb8dc0af30528f4a83d287332c5d865122296a7d Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Tue, 25 Mar 2025 11:36:12 +0000 Subject: [PATCH] tests: execute: Actually check the output Signed-off-by: Michael Tremer --- tests/python/execute.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/python/execute.py b/tests/python/execute.py index b8b4bcd5..791e397d 100755 --- a/tests/python/execute.py +++ b/tests/python/execute.py @@ -102,8 +102,8 @@ class ExecuteTests(tests.TestCase): def test_execute_input(self): def test(input, output=None): - #if output is None: - # output = input + if output is None: + output = input # Pipe the data through the command output = self.pakfire.execute(["/command", "pipe"], -- 2.39.5