From 51ecd63944bb1374ebad518d814deaa2096bc365 Mon Sep 17 00:00:00 2001 From: Richard Jones Date: Mon, 6 Jul 2009 13:10:25 +0100 Subject: Introduce regression tests for various qemu failures. Test failure of qemu and recovery of the library: - mid-command - between commands - during launch [test not working yet] - explicitly killed by guestfs_kill_subprocess Also this patch cleans up the other tests in this directory and disables the long-winded test-bootbootboot test. --- regressions/rhbz503169c10.sh | 2 -- 1 file changed, 2 deletions(-) (limited to 'regressions/rhbz503169c10.sh') diff --git a/regressions/rhbz503169c10.sh b/regressions/rhbz503169c10.sh index 8cdad50f..2cfdbca8 100755 --- a/regressions/rhbz503169c10.sh +++ b/regressions/rhbz503169c10.sh @@ -24,8 +24,6 @@ set -e rm -f test1.img dd if=/dev/zero of=test1.img bs=1024k count=10 -export LIBGUESTFS_PATH=../appliance - ../fish/guestfish -a test1.img <