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:
W. Trevor King 2018-06-03 12:22:14 -07:00 committed by Atomic Bot
parent 8f198e67ca
commit fd126d8453
1 changed files with 1 additions and 1 deletions

View File

@ -218,7 +218,7 @@ func TestHasBindMountsAndCommands(t *testing.T) {
match: true,
},
{
name: "both, and",
name: "both, or",
command: "/bin/sh",
hasBindMounts: true,
or: true,