From da83eb99bbce44cb85c81721dde32177769c406d Mon Sep 17 00:00:00 2001 From: Debarshi Ray Date: Mon, 15 Jan 2024 11:46:44 +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. Resolves: RHEL-19772 --- tests/tests.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/tests.yml b/tests/tests.yml index 635319b..80ac749 100644 --- a/tests/tests.yml +++ b/tests/tests.yml @@ -12,6 +12,5 @@ - name: toolbox package: toolbox environment: - PODMAN: /usr/bin/podman TOOLBOX_TEST_DEFAULT_CONTAINER_NAME: toolbox-container-8.5 become: true