Skip to content

Commit 4e65ed5

Browse files
committed
hack/bats: remove OCI_RUNTIME reference
It is never used by system tests so do not mention or use it here. Signed-off-by: Paul Holzinger <[email protected]>
1 parent 37dc5fd commit 4e65ed5

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

hack/bats

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,6 @@ servers, because we can sudo *starting* the service but can't sudo
4444
stopping it: by the time the bats tests finish, the sudo timeout will
4545
have expired. We apologize for the inconvenience.)
4646
47-
$0 also passes through \$OCI_RUNTIME, should you need to test that.
48-
4947
Examples:
5048
5149
\$ $0 220:\"restart cleans up\"
@@ -137,7 +135,6 @@ if [[ "$TEST_ROOT" ]]; then
137135
sudo --preserve-env=PODMAN \
138136
--preserve-env=QUADLET \
139137
--preserve-env=PODMAN_TEST_DEBUG \
140-
--preserve-env=OCI_RUNTIME \
141138
--preserve-env=CONTAINERS_HELPER_BINARY_DIR \
142139
--preserve-env=PODMAN_ROOTLESS_USER \
143140
bats "${bats_opts[@]}" "${bats_filter[@]}" $TESTS

0 commit comments

Comments
 (0)