Fix typo in command

This commit is contained in:
Dan Sosedoff
2015-01-13 21:39:22 -06:00
parent 573737a9ae
commit 0860a6b704

View File

@@ -22,7 +22,7 @@ func setupCommands() {
if runtime.GOOS == "windows" {
for k, v := range testCommands {
testCommands[k] = v + ".exec"
testCommands[k] = v + ".exe"
}
}
}