* [PATCH] fix XFSQA #184 for multiple invocations
@ 2008-01-14 17:37 Christoph Hellwig
0 siblings, 0 replies; only message in thread
From: Christoph Hellwig @ 2008-01-14 17:37 UTC (permalink / raw)
To: xfs
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
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2008-01-14 17:37 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-01-14 17:37 [PATCH] fix XFSQA #184 for multiple invocations Christoph Hellwig
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox