diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2020-05-22 12:09:18 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-22 12:09:18 +0200 |
commit | 3f2ab6bc2ec638f820911e793042cf26c322be7e (patch) | |
tree | 16282d2ab5ea36d6a10a7a8f97d6d3fdd1254b8c | |
parent | 398d46230b783a40240091f9b0659b820e4fd8f9 (diff) | |
parent | 9f5e661cfe4858f943a2e9f50a9fae1f2315d4f4 (diff) | |
download | podman-3f2ab6bc2ec638f820911e793042cf26c322be7e.tar.gz podman-3f2ab6bc2ec638f820911e793042cf26c322be7e.tar.bz2 podman-3f2ab6bc2ec638f820911e793042cf26c322be7e.zip |
Merge pull request #6331 from sujil02/iidfile-battest
Enables iidfile test as issue fixed now
-rw-r--r-- | test/system/200-pod.bats | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/test/system/200-pod.bats b/test/system/200-pod.bats index f3d278826..e3643a3bd 100644 --- a/test/system/200-pod.bats +++ b/test/system/200-pod.bats @@ -147,8 +147,7 @@ function random_ip() { pod_id="$output" # 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 if ! is_rootless; then |