From: Christoph Hellwig <hch@lst.de>
To: xfs@oss.sgi.com
Subject: [PATCH] fix XFSQA #184 for multiple invocations
Date: Mon, 14 Jan 2008 18:37:36 +0100 [thread overview]
Message-ID: <20080114173736.GA14234@lst.de> (raw)
Make sure the device node is removed before creating it to allow running
the testcase multiple times without recreating the filesystem.
Signed-off-by: Christoph Hellwig <hch@lst.de>
Index: xfstests/184
===================================================================
RCS file: /cvs/xfs-cmds/xfstests/184,v
retrieving revision 1.1
diff -u -p -r1.1 184
--- xfstests/184 19 Dec 2007 05:14:33 -0000 1.1
+++ xfstests/184 12 Jan 2008 13:57:26 -0000
@@ -35,6 +35,7 @@ _supported_os IRIX Linux
_setup_testdir
+rm -f $testdir/null
mknod $testdir/null c 1 3
chmod 666 $testdir/null
echo fred > $testdir/null
reply other threads:[~2008-01-14 17:37 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=20080114173736.GA14234@lst.de \
--to=hch@lst.de \
--cc=xfs@oss.sgi.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.