X-Git-Url: http://git.annexia.org/?p=libguestfs.git;a=blobdiff_plain;f=regressions%2Ftest-qemudie-synch.sh;h=fcc2e503f309e8efdbfdb732d07038f9c1f55b3a;hp=96e879d037e06a3dd1522e1f7f4d9b59df4e72ef;hb=a81bf3f3ef24c8b6d66aea1038f7a16a382ff375;hpb=51ecd63944bb1374ebad518d814deaa2096bc365 diff --git a/regressions/test-qemudie-synch.sh b/regressions/test-qemudie-synch.sh index 96e879d..fcc2e50 100755 --- a/regressions/test-qemudie-synch.sh +++ b/regressions/test-qemudie-synch.sh @@ -1,4 +1,4 @@ -#!/bin/sh - +#!/bin/bash - # libguestfs # Copyright (C) 2009 Red Hat Inc. # @@ -20,18 +20,14 @@ 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 # 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. @@ -39,4 +35,4 @@ run ping-daemon EOF -rm -f test.pid test.img +rm -f test.pid test1.img