diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2019-07-30 02:19:19 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-07-30 02:19:19 +0200 |
commit | 040355d450aa7282071813c9517b50b901c9e497 (patch) | |
tree | 84130ad6fbe570d07b8530d47f3489ba3403ae93 | |
parent | 7d635ac1c5ce61385dea009d29eceb90fea8db30 (diff) | |
parent | 9822f54ac3250661f8a2c22713824f55665fbd8a (diff) | |
download | podman-040355d450aa7282071813c9517b50b901c9e497.tar.gz podman-040355d450aa7282071813c9517b50b901c9e497.tar.bz2 podman-040355d450aa7282071813c9517b50b901c9e497.zip |
Merge pull request #3667 from major/test-with-username-has-dash
Allow info test to work with usernames w/dash
-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 0068e35a9..7fccc75af 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.] |