mirror of
https://github.com/containers/podman.git
synced 2025-06-06 06:44:53 +08:00
Merge pull request #4179 from edsantiago/bats
system tests: info: deal with hyphen in username
This commit is contained in:
@ -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.]
|
||||
|
Reference in New Issue
Block a user