[PATCH] xfstests: fix common rc file path in new
Rich Johnston
rjohnston at sgi.com
Thu Mar 28 22:18:01 CDT 2013
On 03/28/2013 11:09 AM, Rich Johnston wrote:
>
> You caught the first one but I think you should also change the template
> entries too:
>
> 123 # get standard environment, filters and checks
> 124 . ./common/rc
> 125 . ./common/filter
>
> Other than that looks good.
>
> --Rich
>
>
I also noticed that there are several echo statements in the common
directory that should be cleaned up with:
cd xfstests/common/
for f in `ls`; do sed -i -e's/common\./common\//g' $f; done
More information about the xfs
mailing list