qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH v2 3/3] block: qemu-iotests - quote $TEST_IMG* a


From: Stefan Hajnoczi
Subject: Re: [Qemu-devel] [PATCH v2 3/3] block: qemu-iotests - quote $TEST_IMG* and $TEST_DIR usage
Date: Mon, 23 Sep 2013 14:45:13 +0200
User-agent: Mutt/1.5.21 (2010-09-15)

On Fri, Sep 20, 2013 at 01:12:40PM -0400, Jeff Cody wrote:
> diff --git a/tests/qemu-iotests/043 b/tests/qemu-iotests/043
> index 478773d..ae7cf27 100755
> --- a/tests/qemu-iotests/043
> +++ b/tests/qemu-iotests/043
> @@ -31,7 +31,7 @@ status=1    # failure is the default!
>  _cleanup()
>  {
>      _cleanup_test_img
> -    rm -f $TEST_IMG.[123].base
> +    rm -f "$TEST_IMG.[123].base"

This changes the semantics:

  $ touch a1 a2 a3
  $ echo a[123]
  a1 a2 a3
  $ echo "a[123]"
  a[123]



reply via email to

[Prev in Thread] Current Thread [Next in Thread]