Use our own copy of the xfstests repository rather than hitting
the upstream one repeatedly.
Signed-off-by: Alex Elder <elder@inktank.com>
PROGNAME=$(basename $0)
# xfstests is downloaded from this git repository and then built.
-XFSTESTS_REPO="git://oss.sgi.com/xfs/cmds/xfstests.git"
+# XFSTESTS_REPO="git://oss.sgi.com/xfs/cmds/xfstests.git"
+XFSTESTS_REPO="git://ceph.com/git/xfstests.git"
# Default command line option values
COUNT="1"