diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2020-05-22 01:38:16 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-22 01:38:16 +0200 |
commit | 99fcb90f28a041c85fee7e2550027fb91f996f4a (patch) | |
tree | 6fe613171d3d42a3d01afd2571768e36bf7a7942 /test | |
parent | b023d6d541f7feb16f64ee0ca1ac10e442d33241 (diff) | |
parent | 7b188f7b5b28ea04bcda1747f1869a50ac4b6f4a (diff) | |
download | podman-99fcb90f28a041c85fee7e2550027fb91f996f4a.tar.gz podman-99fcb90f28a041c85fee7e2550027fb91f996f4a.tar.bz2 podman-99fcb90f28a041c85fee7e2550027fb91f996f4a.zip |
Merge pull request #6275 from rhatdan/VERSION
Display human build date in podman info
Diffstat (limited to 'test')
-rw-r--r-- | test/system/001-basic.bats | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/system/001-basic.bats b/test/system/001-basic.bats index 5fc07acfb..71595f419 100644 --- a/test/system/001-basic.bats +++ b/test/system/001-basic.bats @@ -23,7 +23,7 @@ function setup() { is "${lines[0]}" "Version:[ ]\+[1-9][0-9.]\+" "Version line 1" is "$output" ".*Go Version: \+" "'Go Version' in output" - is "$output" ".*RemoteAPI Version: \+" "API version in output" + is "$output" ".*API Version: \+" "API version in output" } |