xfstests: introduce a common directory

Introduce a top level common directory and move all the common.*
files into it.  Because there is now a directory named common, the
prefix can be dropped from all the files. Convert all the tests to
use this new directory for including common files.

for f in common.*; do \
	git mv `echo -n "$f " ; echo $f | sed -e 's;n\.;n/;'` \
done

Signed-off-by: Dave Chinner <dchinner@redhat.com>
Reviewed-by: Phil White <pwhite@sgi.com>
[rjohnston@sgi.com reworked for TOT changes]
Signed-off-by: Rich Johnston <rjohnston@sgi.com>
This commit is contained in:
Dave Chinner
2013-03-15 12:28:04 +00:00
committed by Rich Johnston
parent 401680a11c
commit 8c4905a42e
322 changed files with 727 additions and 727 deletions
+3 -3
View File
@@ -36,9 +36,9 @@ trap "rm -f $tmp.*; exit \$status" 0 1 2 3 15
rm -f $seqres.full
# get standard environment, filters and checks
. ./common.rc
. ./common.repair
. ./common.filter
. ./common/rc
. ./common/repair
. ./common/filter
[ -z "$XFS_PARALLEL_REPAIR_PROG" ] && _notrun "parallel repair binary xfs_prepair is not installed"