From f79f113bccf318ef53203a1ae87fc3ce48300cc0 Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Tue, 30 Jul 2013 16:08:45 -0700 Subject: [PATCH] plugin/builder-amazon-chroot: add test file --- plugin/builder-amazon-chroot/main_test.go | 1 + 1 file changed, 1 insertion(+) create mode 100644 plugin/builder-amazon-chroot/main_test.go diff --git a/plugin/builder-amazon-chroot/main_test.go b/plugin/builder-amazon-chroot/main_test.go new file mode 100644 index 000000000..06ab7d0f9 --- /dev/null +++ b/plugin/builder-amazon-chroot/main_test.go @@ -0,0 +1 @@ +package main