diff --git a/redis_test.go b/redis_test.go index a1a0de15..6053af63 100644 --- a/redis_test.go +++ b/redis_test.go @@ -132,7 +132,7 @@ func sortStrings(slice []string) []string { func execCmd(name string, args ...string) (*os.Process, error) { cmd := exec.Command(name, args...) - if false { + if true { cmd.Stdout = os.Stdout cmd.Stderr = os.Stderr }