From: Richard W.M. Jones Date: Tue, 23 Aug 2011 17:56:12 +0000 (+0100) Subject: pclose: Fix other places where we only tested pclose == -1. X-Git-Tag: 1.10.9~15 X-Git-Url: http://git.annexia.org/?a=commitdiff_plain;h=68fcbb6f5f50d631af90b05da7e5e2efa5de0b46;hp=68fcbb6f5f50d631af90b05da7e5e2efa5de0b46;p=libguestfs.git pclose: Fix other places where we only tested pclose == -1. pclose can return > 0 when the status of the command was non-zero. (cherry picked from commit 631faad97171d7c1238b2e413c663cf61476f440) ---