X-Git-Url: http://git.annexia.org/?p=libguestfs.git;a=blobdiff_plain;f=regressions%2Ftest-qemudie-synch.sh;h=85aef699e9dd8e1823ca3f4236cdf3c380999d44;hp=5932fef21906dc338f352b6400bc426dd7b096a1;hb=4a9b979a3199dfef64a342f05d666da540203a7c;hpb=4f4880303693bc2e55ce431e87302098654b7f03 diff --git a/regressions/test-qemudie-synch.sh b/regressions/test-qemudie-synch.sh index 5932fef..85aef69 100755 --- a/regressions/test-qemudie-synch.sh +++ b/regressions/test-qemudie-synch.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 subprocess. pid | cat > test.pid ! kill $(cat test.pid) ; sleep 2 @@ -39,4 +36,4 @@ run ping-daemon EOF -rm -f test.pid test.img +rm -f test.pid test1.img