From: Michael Tremer Date: Tue, 25 Mar 2025 11:36:12 +0000 (+0000) Subject: tests: execute: Actually check the output X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=cb8dc0af30528f4a83d287332c5d865122296a7d;p=pakfire.git tests: execute: Actually check the output Signed-off-by: Michael Tremer --- 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"],