summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2020-05-22 12:09:18 +0200
committerGitHub <noreply@github.com>2020-05-22 12:09:18 +0200
commit3f2ab6bc2ec638f820911e793042cf26c322be7e (patch)
tree16282d2ab5ea36d6a10a7a8f97d6d3fdd1254b8c /test
parent398d46230b783a40240091f9b0659b820e4fd8f9 (diff)
parent9f5e661cfe4858f943a2e9f50a9fae1f2315d4f4 (diff)
downloadpodman-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
Diffstat (limited to 'test')
-rw-r--r--test/system/200-pod.bats3
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