From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from cuda.sgi.com (cuda1.sgi.com [192.48.157.11]) by oss.sgi.com (8.14.3/8.14.3/SuSE Linux 0.8) with ESMTP id o8TGHkOX064271 for ; Wed, 29 Sep 2010 11:17:47 -0500 Received: from mx1.redhat.com (localhost [127.0.0.1]) by cuda.sgi.com (Spam Firewall) with ESMTP id 794AAE91C1B for ; Wed, 29 Sep 2010 09:31:52 -0700 (PDT) Received: from mx1.redhat.com (mx1.redhat.com [209.132.183.28]) by cuda.sgi.com with ESMTP id Uo10v25HNK1j9CJu for ; Wed, 29 Sep 2010 09:31:52 -0700 (PDT) Received: from int-mx08.intmail.prod.int.phx2.redhat.com (int-mx08.intmail.prod.int.phx2.redhat.com [10.5.11.21]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id o8TGIiax005259 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Wed, 29 Sep 2010 12:18:45 -0400 Message-ID: <4CA366E0.4070202@redhat.com> Date: Wed, 29 Sep 2010 11:18:40 -0500 From: Eric Sandeen MIME-Version: 1.0 Subject: Re: [PATCH 1/2] xfstests 224: Use $SCRATCH_MNT variable References: <1285770951-27000-1-git-send-email-lczerner@redhat.com> In-Reply-To: <1285770951-27000-1-git-send-email-lczerner@redhat.com> List-Id: XFS Filesystem from SGI List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: xfs-bounces@oss.sgi.com Errors-To: xfs-bounces@oss.sgi.com To: Lukas Czerner Cc: esandeen@redhat.com, xfs@oss.sgi.com Lukas Czerner wrote: > Use $SCRATCH_MNT variable instead of hard-coded path (/mnt/scratch) in > test 224. heh, whoops! Reviewed-by: Eric Sandeen I'll commit it. > --- > 224 | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > > diff --git a/224 b/224 > index 21be9af..00ebd2e 100644 > --- a/224 > +++ b/224 > @@ -60,7 +60,7 @@ _scratch_mount >> $seq.full 2>&1 > > # set the reserved block pool to almost empty for XFS > if [ "$FSTYP" = "xfs" ]; then > - xfs_io -x -c "resblks 4" /mnt/scratch/ >> $seq.full 2>&1 > + xfs_io -x -c "resblks 4" $SCRATCH_MNT >> $seq.full 2>&1 > fi > > FILES=1000 _______________________________________________ xfs mailing list xfs@oss.sgi.com http://oss.sgi.com/mailman/listinfo/xfs