backslashes

This commit is contained in:
risk danger olson 2015-10-27 07:04:54 -06:00
parent 626190f7c5
commit 589ab9bd99

@ -14,7 +14,7 @@ var (
debugging = false
erroring = false
maxprocs = 4
testPattern = regexp.MustCompile(`test/test-([a-z\-]+)\.sh$`)
testPattern = regexp.MustCompile(`test[/\\]test-([a-z\-]+)\.sh$`)
)
func mainIntegration() {