diff options
author | Brent Baude <bbaude@redhat.com> | 2020-04-28 14:26:43 -0500 |
---|---|---|
committer | Brent Baude <bbaude@redhat.com> | 2020-04-28 15:17:00 -0500 |
commit | 517bc28360ba6417d5333720f03f010514862ec3 (patch) | |
tree | 0bd8db7e573aad64d2687f047e6606e8c8df77f0 /test/system/005-info.bats | |
parent | 23be7b50490ac01c31af3266490276dd46ec23c3 (diff) | |
download | podman-517bc28360ba6417d5333720f03f010514862ec3.tar.gz podman-517bc28360ba6417d5333720f03f010514862ec3.tar.bz2 podman-517bc28360ba6417d5333720f03f010514862ec3.zip |
system tests must pass
Signed-off-by: Brent Baude <bbaude@redhat.com>
Diffstat (limited to 'test/system/005-info.bats')
-rw-r--r-- | test/system/005-info.bats | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/test/system/005-info.bats b/test/system/005-info.bats index 3c06103e8..c53ba8125 100644 --- a/test/system/005-info.bats +++ b/test/system/005-info.bats @@ -8,19 +8,19 @@ load helpers run_podman info expected_keys=" -buildahversion: *[0-9.]\\\+ +buildahVersion: *[0-9.]\\\+ conmon:\\\s\\\+package: distribution: -ociruntime:\\\s\\\+name: +ociRuntime:\\\s\\\+name: os: rootless: registries: store: -graphdrivername: -graphroot: -graphstatus: -imagestore:\\\s\\\+number: 1 -runroot: +graphDriverName: +graphRoot: +graphStatus: +imageStore:\\\s\\\+number: 1 +runRoot: " while read expect; do is "$output" ".*$expect" "output includes '$expect'" |