1
0
mirror of git://sourceware.org/git/lvm2.git synced 2025-03-11 20:58:50 +03:00
Petr Rockai cde6f0b767 Fix some checks in lvm-utils.sh. Note that "$(test ...)" is always empty, since
"test" never prints anything. Therefore, "return $(test ...)" is equivalent to
just "return;" which means success in sh (same as return 0). We can however,
thanks to set -e, use "test foo = bar" as an assertion.

PS: test a == b is invalid syntax. It is either = or -eq: = is textual and -eq
is numeric comparison.
2009-01-10 12:19:41 +00:00
..
2008-11-10 12:37:53 +00:00
2008-11-10 12:41:52 +00:00
2008-11-10 12:41:52 +00:00
2008-11-10 12:41:52 +00:00
2008-11-10 12:41:52 +00:00
2008-11-10 12:41:52 +00:00