hugo

Unnamed repository; edit this file 'description' to name the repository.

git clone git://git.shimmy1996.com/hugo.git
commit 9a367d9d06db6f6cf22121d0397c464ae36e7089
parent 4402c077754991df19c3bbab0c4a671dcfdc192c
Author: Cameron Moore <moorereason@gmail.com>
Date:   Sun,  4 Feb 2018 22:04:40 -0600

hugolib: Fix broken TestTemplateLookupOrder

It looks like we left some debugging code in place that caused all but
one test case to run.

Diffstat:
Mhugolib/template_test.go | 4----
1 file changed, 0 insertions(+), 4 deletions(-)
diff --git a/hugolib/template_test.go b/hugolib/template_test.go
@@ -190,10 +190,6 @@ func TestTemplateLookupOrder(t *testing.T) {
 		},
 	} {
 
-		if i != 9 {
-			continue
-		}
-
 		cfg, fs = newTestCfg()
 		th = testHelper{cfg, fs, t}