| To: | xfs@xxxxxxxxxxx |
|---|---|
| Subject: | [PATCH] xfstests: remove spurious line continuation from _require_xfs_crc |
| From: | Brian Foster <bfoster@xxxxxxxxxx> |
| Date: | Tue, 28 Jan 2014 13:01:32 -0500 |
| Delivered-to: | xfs@xxxxxxxxxxx |
This causes the mkfs to fail and leads to tests being skipped.
Signed-off-by: Brian Foster <bfoster@xxxxxxxxxx>
---
common/rc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/common/rc b/common/rc
index 49c86de..e91568b 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
--
1.8.1.4
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | Re: [ANNOUNCE] xfsprogs for-3.1.12 branch has been updated to 40c65a7, Arkadiusz MiÅkiewicz |
|---|---|
| Next by Date: | server lock ups maybe XFS related - BUG: bad unlock balance detected!, Max Veprinsky |
| Previous by Thread: | [PATCH] xfstests: make test btrfs/025 more robust, Filipe David Borba Manana |
| Next by Thread: | Re: [PATCH] xfstests: remove spurious line continuation from _require_xfs_crc, Jeff Liu |
| Indexes: | [Date] [Thread] [Top] [All Lists] |