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 _______________________________________________ xfs mailing list xfs@xxxxxxxxxxx http://oss.sgi.com/mailman/listinfo/xfs