aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDarrick J. Wong <darrick.wong@oracle.com>2018-05-23 08:49:07 -0700
committerEryu Guan <guaneryu@gmail.com>2018-05-26 16:59:16 +0800
commit8ee4d87d341994f95e96321dd56f0b25b549c0cb (patch)
tree7e55a038a9e4803b0f6635ce8117fce08f2cbcfc
parent0ea7132607bb38c43fea4d6b0e98cdf5280ca21c (diff)
downloadxfstests-dev-8ee4d87d341994f95e96321dd56f0b25b549c0cb.tar.gz
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>
-rwxr-xr-xtests/xfs/4472
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/xfs/447 b/tests/xfs/447
index 2f95afcecf..05b1b677c1 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