From: Lachlan McIlroy Date: Mon, 25 Feb 2008 05:19:03 +0000 (+0000) Subject: fix XFSQA #184 for multiple invocations X-Git-Tag: v1.1.0~416 X-Git-Url: http://git.apps.os.sepia.ceph.com/?p=xfstests-dev.git;a=commitdiff_plain;h=13ac0e3cd5b67f4e31b0d92d42092a4239720470 fix XFSQA #184 for multiple invocations 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 Merge of master-melb:xfs-cmds:30540a by kenmcd. fix XFSQA #184 for multiple invocations --- diff --git a/184 b/184 index a46beb8c..30839cb8 100644 --- a/184 +++ b/184 @@ -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