summaryrefslogtreecommitdiff
path: root/tests/generic/270
diff options
context:
space:
mode:
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"