xfs: remove spurious line continuation from _require_xfs_crc
[xfstests-dev.git] / 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