]> git.apps.os.sepia.ceph.com Git - xfstests-dev.git/commit
xfs/299: fix variable name typo
authorZorro Lang <zlang@redhat.com>
Mon, 9 May 2016 00:51:33 +0000 (10:51 +1000)
committerDave Chinner <david@fromorbit.com>
Mon, 9 May 2016 00:51:33 +0000 (10:51 +1000)
commit40442d1cb7d014bc4db8ec00bc081777fd3d4967
treefd4cf5be125cf48da15906de10aaf2edd4526eb5
parent7898fdf670ac9055b8b970d8bf0b474d5d3f3e71
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 <zlang@redhat.com>
Reviewed-by: Eryu Guan <eguan@redhat.com>
Signed-off-by: Dave Chinner <david@fromorbit.com>
tests/xfs/299