X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=regressions%2Ftest-qemudie-midcommand.sh;h=84e19b0e823fee7c202bcc396f2ca97a51115504;hb=a0a394a4619c5d45932fee3de8d86cabf0ecb2e7;hp=92a4c6889fea2dc32ce6d5c65673306887c47f01;hpb=4f4880303693bc2e55ce431e87302098654b7f03;p=libguestfs.git diff --git a/regressions/test-qemudie-midcommand.sh b/regressions/test-qemudie-midcommand.sh index 92a4c68..84e19b0 100755 --- a/regressions/test-qemudie-midcommand.sh +++ b/regressions/test-qemudie-midcommand.sh @@ -20,12 +20,9 @@ set -e -rm -f test.pid test.img - -../fish/guestfish <<'EOF' -alloc test.img 10M -run +rm -f test.pid test1.img +../fish/guestfish -N disk <<'EOF' # Kill the subprocess after a short wait. pid | cat > test.pid ! sleep 2 ; kill $(cat test.pid) & @@ -38,4 +35,4 @@ run ping-daemon EOF -rm -f test.pid test.img +rm -f test.pid test1.img