From: Brian Foster Date: Sun, 2 Feb 2014 23:06:23 +0000 (+1100) Subject: xfs: remove spurious line continuation from _require_xfs_crc X-Git-Tag: v2022.05.01~3266 X-Git-Url: http://git.apps.os.sepia.ceph.com/?p=xfstests-dev.git;a=commitdiff_plain;h=20641b8749637fe71cdec4e1f0c09a196d5feda1 xfs: remove spurious line continuation from _require_xfs_crc This causes the mkfs to fail and leads to tests being skipped. Signed-off-by: Brian Foster Reviewed-by: Jie Liu Signed-off-by: Dave Chinner --- diff --git a/common/rc b/common/rc index 49c86dec..e91568b0 100644 --- 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