From 4d93b537c6ea2f81033705dc9fd94ca7e500b795 Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Wed, 31 Jul 2013 23:01:59 -0700 Subject: [PATCH] plugin/provisioner-salt-masterless: add empty test file /cc @rgarcia - This just forces the tests to make sure the package even builds. Better than nothing. --- plugin/provisioner-salt-masterless/main_test.go | 1 + 1 file changed, 1 insertion(+) create mode 100644 plugin/provisioner-salt-masterless/main_test.go diff --git a/plugin/provisioner-salt-masterless/main_test.go b/plugin/provisioner-salt-masterless/main_test.go new file mode 100644 index 000000000..06ab7d0f9 --- /dev/null +++ b/plugin/provisioner-salt-masterless/main_test.go @@ -0,0 +1 @@ +package main