diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2019-10-03 08:17:03 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-10-03 08:17:03 -0700 |
commit | f96fbfcd6d34ba98dc4ddbc1d20e70dcab50ef88 (patch) | |
tree | 756d1b55fe6414c6c1155b3999393d69da430064 /test/system | |
parent | b32cb4b750842212f8002e030db63e92c6485fdc (diff) | |
parent | 0ed9763b724f85d39a1997c31aab5875d26fd95f (diff) | |
download | podman-f96fbfcd6d34ba98dc4ddbc1d20e70dcab50ef88.tar.gz podman-f96fbfcd6d34ba98dc4ddbc1d20e70dcab50ef88.tar.bz2 podman-f96fbfcd6d34ba98dc4ddbc1d20e70dcab50ef88.zip |
Merge pull request #4179 from edsantiago/bats
system tests: info: deal with hyphen in username
Diffstat (limited to 'test/system')
-rw-r--r-- | test/system/005-info.bats | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/system/005-info.bats b/test/system/005-info.bats index 7fccc75af..5df6033fc 100644 --- a/test/system/005-info.bats +++ b/test/system/005-info.bats @@ -33,7 +33,7 @@ RunRoot: run_podman info --format=json expr_nvr="[a-z0-9-]\\\+-[a-z0-9.]\\\+-[a-z0-9]\\\+\." - expr_path="/[a-z0-9\\\-\\\/.]\\\+\\\$" + expr_path="/[a-z0-9\\\/.-]\\\+\\\$" tests=" host.BuildahVersion | [0-9.] |