Fix rpcgen post-processing for out-of-tree builds
[libguestfs.git] / regressions / test-qemudie-midcommand.sh
index 84e19b0..cdf3f03 100755 (executable)
@@ -14,7 +14,7 @@
 #
 # You should have received a copy of the GNU General Public License
 # along with this program; if not, write to the Free Software
-# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
 
 # Test if we can handle qemu death in the middle of a command.
 
@@ -27,7 +27,6 @@ rm -f test.pid test1.img
 pid | cat > test.pid
 ! sleep 2 ; kill $(cat test.pid) &
 
-echo "Expect: 'guestfs_sleep reply failed, see earlier error messages'"
 -sleep 1000
 
 # We should now be able to rerun the subprocess.