xfstests: introduce a common directory
[xfstests-dev.git] / tests / shared / 305
index d9b511074e9674b727021e7093e193f1633dffc2..3beb8a527866b8eb04ec1f331528aaa5cb104dfc 100644 (file)
@@ -34,15 +34,15 @@ tmp=/tmp/$$
 status=1       # failure is the default!
 
 # get standard environment, filters and checks
-. ./common.rc
-. ./common.filter
+. ./common/rc
+. ./common/filter
 _supported_fs ext3 ext4 xfs btrfs reiserfs
 _supported_os Linux
 _need_to_be_root
 _require_scratch
 _require_fail_make_request
 
-# TODO: Function are common enough to be moved to common.blkdev
+# TODO: Function are common enough to be moved to common/blkdev
 SCRATCH_REAL_DEV=`readlink -f $SCRATCH_DEV`
 SCRATCH_BDEV=`basename $SCRATCH_REAL_DEV`