X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=regressions%2Ftest-qemudie-midcommand.sh;h=cdf3f038f14d109e805fd34b93e765afecc8f018;hb=9b102aae65449a8d321e8cf44a3993af558291db;hp=84e19b0e823fee7c202bcc396f2ca97a51115504;hpb=4a9b979a3199dfef64a342f05d666da540203a7c;p=libguestfs.git diff --git a/regressions/test-qemudie-midcommand.sh b/regressions/test-qemudie-midcommand.sh index 84e19b0..cdf3f03 100755 --- a/regressions/test-qemudie-midcommand.sh +++ b/regressions/test-qemudie-midcommand.sh @@ -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.