On 08/09/2012 09:01 AM, Kevin Wolf wrote: > Instead of building a huge pipeline, just pass all expressions to a > single sed process. > > Suggested-by: Eric Blake <ebl...@redhat.com> > Signed-off-by: Kevin Wolf <kw...@redhat.com> > --- > tests/qemu-iotests/common.rc | 20 ++++++++++---------- > 1 files changed, 10 insertions(+), 10 deletions(-)
Reviewed-by: Eric Blake <ebl...@redhat.com> > > diff --git a/tests/qemu-iotests/common.rc b/tests/qemu-iotests/common.rc > index 7782808..6b80516 100644 > --- a/tests/qemu-iotests/common.rc > +++ b/tests/qemu-iotests/common.rc > @@ -105,16 +105,16 @@ _make_test_img() > > # XXX(hch): have global image options? > $QEMU_IMG create -f $IMGFMT $extra_img_options $TEST_IMG $image_size | \ > - sed -e "s#$IMGPROTO:$TEST_DIR#TEST_DIR#g" | \ > + sed -e "s#$IMGPROTO:$TEST_DIR#TEST_DIR#g" \ and nice to get rid of that space-followed-by-TAB indent. -- Eric Blake ebl...@redhat.com +1-919-301-3266 Libvirt virtualization library http://libvirt.org
signature.asc
Description: OpenPGP digital signature