btrfs-progs: tests: remove variable quotation from convert-tests
authorTsutomu Itoh <t-itoh@jp.fujitsu.com>
Tue, 16 May 2017 03:01:53 +0000 (12:01 +0900)
committerDavid Sterba <dsterba@suse.com>
Mon, 26 Jun 2017 15:07:48 +0000 (17:07 +0200)
commit8dcc1b6f6526638eeae0f3121deb1a630ad4a400
tree92fac11c030a96c7a8b38ed2a51fc705321ee907
parent981f2d8fdc37741098bb977921c6e3f1ea88365b
btrfs-progs: tests: remove variable quotation from convert-tests

In btrfs-progs-v4.11-rc1, the following convert-tests failed.

    [TEST/conv]   008-readonly-image
    [TEST/conv]     readonly image test, btrfs defaults
failed: mke2fs -t ext4 -b 4096 -F /Build/btrfs-progs-v4.11-rc1/tests/test.img
test failed for case 008-readonly-image
Makefile:271: recipe for target 'test-convert' failed
make: *** [test-convert] Error 1
    [TEST/conv]   009-common-inode-flags
    [TEST/conv]     common inode flags test, btrfs defaults
failed: mke2fs -t ext4 -b 4096 -F /Build/btrfs-progs-v4.11-rc1/tests/test.img
test failed for case 009-common-inode-flags
Makefile:271: recipe for target 'test-convert' failed
make: *** [test-convert] Error 1

So, remove quotes from $default_mke2fs.

Signed-off-by: Tsutomu Itoh <t-itoh@jp.fujitsu.com>
Signed-off-by: David Sterba <dsterba@suse.com>
tests/convert-tests/008-readonly-image/test.sh
tests/convert-tests/009-common-inode-flags/test.sh