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
This commit is contained in:
Debarshi Ray 2024-01-15 11:46:44 +01:00
parent e6e959cdec
commit da83eb99bb
1 changed files with 0 additions and 1 deletions

View File

@ -12,6 +12,5 @@
- name: toolbox
package: toolbox
environment:
PODMAN: /usr/bin/podman
TOOLBOX_TEST_DEFAULT_CONTAINER_NAME: toolbox-container-8.5
become: true