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