All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Darrick J. Wong" <darrick.wong@oracle.com>
To: Eryu Guan <guaneryu@gmail.com>
Cc: fstests <fstests@vger.kernel.org>
Subject: [PATCH] xfs/447: fix typo
Date: Wed, 23 May 2018 08:49:07 -0700	[thread overview]
Message-ID: <20180523154907.GM4910@magnolia> (raw)

From: Darrick J. Wong <darrick.wong@oracle.com>

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>
---
 tests/xfs/447 |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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
 

                 reply	other threads:[~2018-05-23 15:49 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20180523154907.GM4910@magnolia \
    --to=darrick.wong@oracle.com \
    --cc=fstests@vger.kernel.org \
    --cc=guaneryu@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.