On Mon, Apr 24, 2017 at 12:30:00AM +0530, Lakshmipathi.G wrote: > Signed-off-by: Lakshmipathi.G <lakshmipath...@giis.co.in>
Applied, thanks. > - if [[ $TEST_LOG =~ dump ]]; then > + if [[ "$TEST_LOG" =~ dump ]]; then Please note, that the matched string should not be quoted, since bash 3.2. -- To unsubscribe from this list: send the line "unsubscribe linux-btrfs" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html