mirror of
https://github.com/containers/podman.git
synced 2025-06-17 23:20:59 +08:00
Merge pull request #6331 from sujil02/iidfile-battest
Enables iidfile test as issue fixed now
This commit is contained in:
@ -147,8 +147,7 @@ function random_ip() {
|
|||||||
pod_id="$output"
|
pod_id="$output"
|
||||||
|
|
||||||
# Check --pod-id-file
|
# Check --pod-id-file
|
||||||
# FIXME: broken in master; reenable once #6292 is fixed
|
is "$(<$pod_id_file)" "$pod_id" "contents of pod-id-file"
|
||||||
#is "$(<$pod_id_file)" "$pod_id" "contents of pod-id-file"
|
|
||||||
|
|
||||||
# Check each of the options
|
# Check each of the options
|
||||||
if ! is_rootless; then
|
if ! is_rootless; then
|
||||||
|
Reference in New Issue
Block a user