tests: Remove redundant environment variable

There's no need to explicitly set the PODMAN environment variable to its
default value of /usr/bin/podman.
This commit is contained in:
Debarshi Ray 2023-12-19 13:24:23 +01:00
parent 616aba2f2d
commit 1b207227f3

View File

@ -9,7 +9,5 @@
tests: tests:
- name: toolbox - name: toolbox
package: toolbox package: toolbox
environment:
PODMAN: /usr/bin/podman
become: true become: true