mirror of
https://github.com/podman-container-tools/podman.git
synced 2026-09-02 21:57:52 +00:00
Merge pull request #4179 from edsantiago/bats
system tests: info: deal with hyphen in username
This commit is contained in:
commit
f96fbfcd6d
1 changed files with 1 additions and 1 deletions
|
|
@ -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.]
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue