xfs: remove spurious line continuation from _require_xfs_crc
authorBrian Foster <bfoster@redhat.com>
Sun, 2 Feb 2014 23:06:23 +0000 (10:06 +1100)
committerDave Chinner <david@fromorbit.com>
Sun, 2 Feb 2014 23:06:23 +0000 (10:06 +1100)
This causes the mkfs to fail and leads to tests being skipped.

Signed-off-by: Brian Foster <bfoster@redhat.com>
Reviewed-by: Jie Liu <jeff.liu@oracle.com>
Signed-off-by: Dave Chinner <david@fromorbit.com>
common/rc

index 49c86dec18ccd69082fd6a8b17369bf3d15b2be5..e91568b07a70cc058520f4c01e9b5a3069360666 100644 (file)
--- a/common/rc
+++ b/common/rc
@@ -1180,7 +1180,7 @@ _require_xfs_mkfs_crc()
 #
 _require_xfs_crc()
 {
-       _scratch_mkfs_xfs -m crc=1 >/dev/null 2>&1 \
+       _scratch_mkfs_xfs -m crc=1 >/dev/null 2>&1
        _scratch_mount >/dev/null 2>&1 \
           || _notrun "Kernel doesn't support crc feature"
        umount $SCRATCH_MNT