mirror of
https://github.com/linux-apfs/apfstests.git
synced 2026-05-01 15:01:44 -07:00
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:
committed by
Eryu Guan
parent
0ea7132607
commit
8ee4d87d34
+1
-1
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user