btrfs-progs: test: fix name generation not to contain trailing spaces
authorMisono, Tomohiro <misono.tomohiro@jp.fujitsu.com>
Tue, 5 Sep 2017 05:50:03 +0000 (14:50 +0900)
committerDavid Sterba <dsterba@suse.com>
Fri, 8 Sep 2017 14:15:05 +0000 (16:15 +0200)
commitcb39164f9d87e6309e315929a3b6a6791c5ee8f6
treea8687a95f7226089662bbd8b2a56ae8f1d9d0a76
parent02e9bb9f236e28801a7a2cb66c82ea9d04260018
btrfs-progs: test: fix name generation not to contain trailing spaces

First patch causes test-convert fails.  This is because
generate_dataset() creates a name containing trailing spaces for
"slow_symlink" type, and cause getfacl error in convert_test_perm().
(This is not noticed since original run_check_stdout() throws away the
error.)

Fix this by use space for delimiter for cut.

Signed-off-by: Tomohiro Misono <misono.tomohiro@jp.fujitsu.com>
Signed-off-by: David Sterba <dsterba@suse.com>
tests/common