]> sourceware.org Git - lvm2.git/commitdiff
Fix a syntax error in one of the scripts, introduced by last commit.
authorPetr Rockai <prockai@redhat.com>
Tue, 30 Sep 2008 17:50:56 +0000 (17:50 +0000)
committerPetr Rockai <prockai@redhat.com>
Tue, 30 Sep 2008 17:50:56 +0000 (17:50 +0000)
test/t-lvcreate-usage.sh

index 4de143c4c0a3cc9a3b98a5b1be033bcb6c7c9b30..62409bc672294b35c40eb8912c1d85f5e416e96a 100755 (executable)
@@ -50,5 +50,5 @@ grep "^  Number of stripes (129) must be between 1 and 128\$" err
 # 'lvcreate rejects an invalid stripe size'
 not lvcreate -L 64M -n $lv -i2 --stripesize 3 $vg 2>err
 grep "^  Invalid stripe size 3\.00 KB\$" err
-case $(lvdisplay $vg) in "") true ;; *) false ;; esac'
+case $(lvdisplay $vg) in "") true ;; *) false ;; esac
 
This page took 0.039884 seconds and 5 git commands to generate.