summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorSujil02 <sushah@redhat.com>2020-05-21 18:37:31 -0400
committerSujil02 <sushah@redhat.com>2020-05-21 18:37:31 -0400
commit9f5e661cfe4858f943a2e9f50a9fae1f2315d4f4 (patch)
treeae44893b8394edd8acec9c550f50abfbb33d8f91 /test
parentd6888516a2326f03e46c75a992f68713b0fb8aad (diff)
downloadpodman-9f5e661cfe4858f943a2e9f50a9fae1f2315d4f4.tar.gz
podman-9f5e661cfe4858f943a2e9f50a9fae1f2315d4f4.tar.bz2
podman-9f5e661cfe4858f943a2e9f50a9fae1f2315d4f4.zip
Enables iidfile test as issue fixed now
Signed-off-by: Sujil02 <sushah@redhat.com>
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