From fe73de94525d70ea3a044f82123381e775910e54 Mon Sep 17 00:00:00 2001 From: "Fuente, Pablo Andres" Date: Mon, 10 Jul 2017 00:02:08 -0300 Subject: [PATCH] Renaming config test file to fix build tags Renaming the name of a file of the config tests, in order to properly use the Go build tags feature. --- config/{config_non_windows_test.go => config_notwin_test.go} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename config/{config_non_windows_test.go => config_notwin_test.go} (100%) diff --git a/config/config_non_windows_test.go b/config/config_notwin_test.go similarity index 100% rename from config/config_non_windows_test.go rename to config/config_notwin_test.go