hugolib: Fix broken TestTemplateLookupOrder

It looks like we left some debugging code in place that caused all but
one test case to run.
This commit is contained in:
Cameron Moore 2018-02-04 22:04:40 -06:00 committed by Bjørn Erik Pedersen
parent 4402c07775
commit 9a367d9d06

View file

@ -190,10 +190,6 @@ func TestTemplateLookupOrder(t *testing.T) {
},
} {
if i != 9 {
continue
}
cfg, fs = newTestCfg()
th = testHelper{cfg, fs, t}