summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2020-04-17 14:43:21 -0400
committerGitHub <noreply@github.com>2020-04-17 14:43:21 -0400
commitba289dcd79e3a2b5ec5dc02bd8adb84c93bef577 (patch)
tree977792d0b732bb67f9270d34e30bfac3cb5aab73 /test
parenta5884c07dfb092eab88cf153238e714910388a06 (diff)
parent44a8cf867665927111fe9ea03711c8fabfc7d4a2 (diff)
downloadpodman-ba289dcd79e3a2b5ec5dc02bd8adb84c93bef577.tar.gz
podman-ba289dcd79e3a2b5ec5dc02bd8adb84c93bef577.tar.bz2
podman-ba289dcd79e3a2b5ec5dc02bd8adb84c93bef577.zip
Merge pull request #5868 from baude/v2t2
Fixes for system tests
Diffstat (limited to 'test')
-rw-r--r--test/system/005-info.bats14
1 files changed, 7 insertions, 7 deletions
diff --git a/test/system/005-info.bats b/test/system/005-info.bats
index c53ba8125..3c06103e8 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'"