From 1b207227f3981193f47e5f59b595707c0a7d9560 Mon Sep 17 00:00:00 2001 From: Debarshi Ray Date: Tue, 19 Dec 2023 13:24:23 +0100 Subject: [PATCH] tests: Remove redundant environment variable There's no need to explicitly set the PODMAN environment variable to its default value of /usr/bin/podman. --- tests/tests.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/tests.yml b/tests/tests.yml index 0048a3e..98d6a17 100644 --- a/tests/tests.yml +++ b/tests/tests.yml @@ -9,7 +9,5 @@ tests: - name: toolbox package: toolbox - environment: - PODMAN: /usr/bin/podman become: true \ No newline at end of file