From 0860a6b704de8d76dbbcc3a4cc5d8777e78f3657 Mon Sep 17 00:00:00 2001 From: Dan Sosedoff Date: Tue, 13 Jan 2015 21:39:22 -0600 Subject: [PATCH] Fix typo in command --- client_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" } } }