summaryrefslogtreecommitdiff
path: root/tests/generic/270
diff options
context:
space:
mode:
authorDave Chinner <dchinner@redhat.com>2013-03-15 12:28:04 +0000
committerRich Johnston <rjohnston@sgi.com>2013-03-26 21:44:05 -0500
commit8c4905a42e10650a75c0e3966ecc044e1a9616d0 (patch)
tree1830ea2b6307fcd138dcc58ec2605c27b0a25004 /tests/generic/270
parent401680a11c4fb08d749d1d75598c7705273e5860 (diff)
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>
Diffstat (limited to 'tests/generic/270')
-rwxr-xr-xtests/generic/2706
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/generic/270 b/tests/generic/270
index 8ca8aa2a..d7d9e309 100755
--- a/tests/generic/270
+++ b/tests/generic/270
@@ -35,9 +35,9 @@ status=1 # failure is the default!
trap "rm -f $tmp.*; exit \$status" 0 1 2 3 15
# get standard environment, filters and checks
-. ./common.rc
-. ./common.filter
-. ./common.quota
+. ./common/rc
+. ./common/filter
+. ./common/quota
# Disable all sync operations to get higher load
FSSTRESS_AVOID="$FSSTRESS_AVOID -ffsync=0 -fsync=0 -ffdatasync=0"