Fix broken tests for patch as file handle
[catagits/Gitalist.git] / lib / Gitalist / Git / Util.pm
index 966c144..8b17e69 100644 (file)
@@ -57,7 +57,7 @@ EOR
             '>pipe', $out,
             '2>pipe', $err
                 or die "cmd returned *?";
-        return ($out, $err);
+        return $out;
     }
 
     method run_cmd_list (@args) {