X-Git-Url: http://git.annexia.org/?p=libguestfs.git;a=blobdiff_plain;f=regressions%2Ftest-qemudie-killsub.sh;h=9f789530d5654afe6901da4a366d6bfed375812d;hp=9848ebf2b2dc197afe80976eac2d2cbc0ab1b447;hb=692f127447d399db21c2e93026d4d2b0ac1839d1;hpb=51ecd63944bb1374ebad518d814deaa2096bc365 diff --git a/regressions/test-qemudie-killsub.sh b/regressions/test-qemudie-killsub.sh index 9848ebf..9f78953 100755 --- a/regressions/test-qemudie-killsub.sh +++ b/regressions/test-qemudie-killsub.sh @@ -1,4 +1,4 @@ -#!/bin/sh - +#!/bin/bash - # libguestfs # Copyright (C) 2009 Red Hat Inc. # @@ -20,17 +20,13 @@ set -e -rm -f test.img - -../fish/guestfish <<'EOF' -alloc test.img 10M -run +rm -f test1.img +../fish/guestfish -N disk <<'EOF' # Kill the subprocess. kill-subprocess # XXX The following sleep should NOT be necessary. -echo "Expect an error from the next command" -sleep 1 # We should now be able to rerun the subprocess. @@ -38,4 +34,4 @@ run ping-daemon EOF -rm -f test.img +rm -f test1.img