]> git.apps.os.sepia.ceph.com Git - xfstests-dev.git/commitdiff
xfs/447: fix typo
authorDarrick J. Wong <darrick.wong@oracle.com>
Wed, 23 May 2018 15:49:07 +0000 (08:49 -0700)
committerEryu Guan <guaneryu@gmail.com>
Sat, 26 May 2018 08:59:16 +0000 (16:59 +0800)
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>
tests/xfs/447

index 2f95afcecf331a089a10e0903bfb1762e5b40ce6..05b1b677c1ef0271a8c8edd96b06bbf074b6e069 100755 (executable)
@@ -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