diff --git a/client_test.go b/client_test.go index 63600a9..efd029f 100644 --- a/client_test.go +++ b/client_test.go @@ -22,7 +22,7 @@ func setupCommands() { if runtime.GOOS == "windows" { for k, v := range testCommands { - testCommands[k] = v + ".exec" + testCommands[k] = v + ".exe" } } }