From 83eab87c2671740986442504d0db15dea704a26a Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Thu, 23 May 2013 21:13:40 -0700 Subject: [PATCH] packer: TODO item --- packer/provisioner_test.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/packer/provisioner_test.go b/packer/provisioner_test.go index 1188dba51..08133fcdc 100644 --- a/packer/provisioner_test.go +++ b/packer/provisioner_test.go @@ -46,3 +46,5 @@ func TestProvisionHook(t *testing.T) { t.Error("provision should be called on pB") } } + +// TODO(mitchellh): Test that they're run in the proper order