summaryrefslogtreecommitdiff
path: root/test/utils/utils_suite_test.go
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2019-09-27 23:21:25 -0700
committerGitHub <noreply@github.com>2019-09-27 23:21:25 -0700
commit01a802e54682213e243a35ab98488b3f0bf7031e (patch)
tree1f7af2d13227bca6f37436366b7a71177d82f778 /test/utils/utils_suite_test.go
parente87012de126a701a5afce73bea3811a540059f65 (diff)
parent437d9d2cdeae7ffa01dbe06f96d155f1da36a689 (diff)
downloadpodman-01a802e54682213e243a35ab98488b3f0bf7031e.tar.gz
podman-01a802e54682213e243a35ab98488b3f0bf7031e.tar.bz2
podman-01a802e54682213e243a35ab98488b3f0bf7031e.zip
Merge pull request #4118 from cevich/fix_sig_proxy
Move noCache logic lower in stack
Diffstat (limited to 'test/utils/utils_suite_test.go')
-rw-r--r--test/utils/utils_suite_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/utils/utils_suite_test.go b/test/utils/utils_suite_test.go
index 5904d37dc..0cfa00e9c 100644
--- a/test/utils/utils_suite_test.go
+++ b/test/utils/utils_suite_test.go
@@ -32,7 +32,7 @@ func FakePodmanTestCreate() *FakePodmanTest {
return p
}
-func (p *FakePodmanTest) makeOptions(args []string, noEvents bool) []string {
+func (p *FakePodmanTest) makeOptions(args []string, noEvents, noCache bool) []string {
return FakeOutputs[strings.Join(args, " ")]
}