Gitweb: http://git.fedorahosted.org/git/?p=lvm2.git;a=commitdiff;h=e6a69af2d751c83e6... Commit: e6a69af2d751c83e6c1e82005607448630ae7047 Parent: 05f23e77634b2ed3d7861511c07ed73a3bb6d096 Author: Zdenek Kabelac zkabelac@redhat.com AuthorDate: Fri Mar 13 11:39:55 2015 +0100 Committer: Zdenek Kabelac zkabelac@redhat.com CommitterDate: Fri Mar 13 12:12:54 2015 +0100
tests: drop unused ""
--- test/shell/pv-range-overflow.sh | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/test/shell/pv-range-overflow.sh b/test/shell/pv-range-overflow.sh index 4caee02..f6b9622 100644 --- a/test/shell/pv-range-overflow.sh +++ b/test/shell/pv-range-overflow.sh @@ -15,7 +15,7 @@
aux prepare_vg 2
-lvcreate -L4 -n"$lv" $vg +lvcreate -L4 -n $lv $vg
# Test for the bogus diagnostic reported in BZ 284771 # http://bugzilla.redhat.com/284771.
lvm2-commits@lists.fedorahosted.org