From fd126d8453c8790949378c36aa38561b2aea6b4b Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Sun, 3 Jun 2018 12:22:14 -0700 Subject: 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 Closes: #887 Approved by: rhatdan --- pkg/hooks/1.0.0/when_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/hooks/1.0.0/when_test.go b/pkg/hooks/1.0.0/when_test.go index 5a73270ac..61e725c8c 100644 --- a/pkg/hooks/1.0.0/when_test.go +++ b/pkg/hooks/1.0.0/when_test.go @@ -218,7 +218,7 @@ func TestHasBindMountsAndCommands(t *testing.T) { match: true, }, { - name: "both, and", + name: "both, or", command: "/bin/sh", hasBindMounts: true, or: true, -- cgit v1.2.3-54-g00ecf