From: Zorro Lang Date: Mon, 9 May 2016 00:51:33 +0000 (+1000) Subject: xfs/299: fix variable name typo X-Git-Tag: v2022.05.01~2533 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=40442d1cb7d014bc4db8ec00bc081777fd3d4967;p=users%2Fhch%2Fxfstests-dev.git xfs/299: fix variable name typo In xfs/299, project IDs are in $tmp.projid file. But there's one line code try to use $temp.projid. Fortunately, it doesn't bring any problems until now, but if keep using $temp.projid it really don't make sense. Signed-off-by: Zorro Lang Reviewed-by: Eryu Guan Signed-off-by: Dave Chinner --- diff --git a/tests/xfs/299 b/tests/xfs/299 index 1f61eea4b..d2670f87a 100755 --- a/tests/xfs/299 +++ b/tests/xfs/299 @@ -143,7 +143,7 @@ _exercise() _file_as_id $SCRATCH_MNT/initme $id $type 1024 0 echo "ls -l $SCRATCH_MNT" >>$seqres.full ls -l $SCRATCH_MNT >>$seqres.full - xfs_quota -D $tmp.projects -P $temp.projid -x \ + xfs_quota -D $tmp.projects -P $tmp.projid -x \ -c "limit -$type bsoft=${bsoft}k bhard=${bhard}k $id" \ -c "limit -$type isoft=$isoft ihard=$ihard $id" \ $SCRATCH_DEV