mirror of https://github.com/containers/podman.git
hooks/1.0.0/when_test: Fix "both, and" -> "both, or" name typo
The typo is a copy/paste error from 68eb128f
(pkg/hooks: Version the
hook structure and add 1.0.0 hooks, 2018-04-27, #686).
Signed-off-by: W. Trevor King <wking@tremily.us>
Closes: #887
Approved by: rhatdan
This commit is contained in:
parent
8f198e67ca
commit
fd126d8453
|
@ -218,7 +218,7 @@ func TestHasBindMountsAndCommands(t *testing.T) {
|
|||
match: true,
|
||||
},
|
||||
{
|
||||
name: "both, and",
|
||||
name: "both, or",
|
||||
command: "/bin/sh",
|
||||
hasBindMounts: true,
|
||||
or: true,
|
||||
|
|
Loading…
Reference in New Issue