FS/XFS testing framework
 help / color / mirror / Atom feed
* [PATCH] xfs/447: fix typo
@ 2018-05-23 15:49 Darrick J. Wong
  0 siblings, 0 replies; only message in thread
From: Darrick J. Wong @ 2018-05-23 15:49 UTC (permalink / raw)
  To: Eryu Guan; +Cc: fstests

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(-)

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
 

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2018-05-23 15:49 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-05-23 15:49 [PATCH] xfs/447: fix typo Darrick J. Wong

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox