diff mbox

xfs/447: fix typo

Message ID 20180523154907.GM4910@magnolia (mailing list archive)
State New, archived
Headers show

Commit Message

Darrick J. Wong May 23, 2018, 3:49 p.m. UTC
From: Darrick J. Wong <darrick.wong@oracle.com>

Fix a trivial typo that keeps barfing up:
./tests/xfs/447: line 60: /dev_null: Read-only file system

Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com>
---
 tests/xfs/447 |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--
To unsubscribe from this list: send the line "unsubscribe fstests" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff mbox

Patch

diff --git a/tests/xfs/447 b/tests/xfs/447
index 2f95afce..05b1b677 100755
--- a/tests/xfs/447
+++ b/tests/xfs/447
@@ -58,7 +58,7 @@  _scratch_mkfs > $seqres.full 2>&1
 _scratch_mount
 
 $XFS_IO_PROG -fxc "pwrite 0 4k" -c fsync \
-		-c "shutdown" $SCRATCH_MNT/foo 2>&1 > /dev_null
+		-c "shutdown" $SCRATCH_MNT/foo 2>&1 > /dev/null
 
 _scratch_unmount