Fix two tests that are broken on Windows
authorBrian Fitzgerald <neurocline@gmail.com>
Fri, 23 Mar 2018 05:11:35 +0000 (22:11 -0700)
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>
Thu, 5 Apr 2018 06:35:06 +0000 (08:35 +0200)
commit26f34fd59da1ce1885d4f2909c5d9ef9c1726944
tree48326058472adefb48f95113443ba141d3dcfb38
parent730b66b6520f263af16f555d1d7be51205a8e51d
Fix two tests that are broken on Windows

Put guards around TestPageBundlerCaptureSymlinks and
TestPageBundlerSiteWitSymbolicLinksInContent so that they aren't
run on Windows (they both use symbolic links and the Go library
implementation requires administrator mode on Windows).
hugolib/page_bundler_capture_test.go
hugolib/page_bundler_test.go