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 <darrick.wong@oracle.com>
Reviewed-by: Eryu Guan <guaneryu@gmail.com>
Signed-off-by: Eryu Guan <guaneryu@gmail.com>
This commit is contained in:
Darrick J. Wong
2018-05-23 08:49:07 -07:00
committed by Eryu Guan
parent 0ea7132607
commit 8ee4d87d34
+1 -1
View File
@@ -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