diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2019-04-25 06:28:40 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-04-25 06:28:40 -0700 |
commit | ee8488555b2a105bb48e8bf049133889e5e34bdf (patch) | |
tree | b45c99fd05c6e9349ddfcba83559d2bc1aaa135f /test/system/005-info.bats | |
parent | bc98f1c736f7559affd47b3f006b5a4151b82dab (diff) | |
parent | 78bd2eac0637fdcd93afbb6f9069b016d826e12c (diff) | |
download | podman-ee8488555b2a105bb48e8bf049133889e5e34bdf.tar.gz podman-ee8488555b2a105bb48e8bf049133889e5e34bdf.tar.bz2 podman-ee8488555b2a105bb48e8bf049133889e5e34bdf.zip |
Merge pull request #2974 from edsantiago/bats
bats - various small updates
Diffstat (limited to 'test/system/005-info.bats')
-rw-r--r-- | test/system/005-info.bats | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/system/005-info.bats b/test/system/005-info.bats index c64b011bd..47c7a52fc 100644 --- a/test/system/005-info.bats +++ b/test/system/005-info.bats @@ -3,7 +3,7 @@ load helpers @test "podman info - basic test" { - skip_if_remote + skip_if_remote "capitalization inconsistencies" run_podman info @@ -28,7 +28,7 @@ RunRoot: } @test "podman info - json" { - skip_if_remote + skip_if_remote "capitalization inconsistencies" run_podman info --format=json |