From: Darrick J. Wong Date: Wed, 23 May 2018 15:49:07 +0000 (-0700) Subject: xfs/447: fix typo X-Git-Tag: v2022.05.01~1537 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=8ee4d87d341994f95e96321dd56f0b25b549c0cb;p=xfstests-dev.git xfs/447: fix typo 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 Reviewed-by: Eryu Guan Signed-off-by: Eryu Guan --- 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