summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rwxr-xr-xtests/basic/rpm.t3
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/basic/rpm.t b/tests/basic/rpm.t
index 15963e19..6ca72e7b 100755
--- a/tests/basic/rpm.t
+++ b/tests/basic/rpm.t
@@ -45,7 +45,7 @@ cd ${RESULT_DIR}/sources
git clone -q -s file://${REPO} .
git checkout -q -b rpm-test ${COMMIT}
-# build the glusterfs-*.tar.gz and gluster-swift-ufo-*.tar.gz
+# build the glusterfs-*.tar.gz
[ -e configure ] || ./autogen.sh 2>&1 > /dev/null
TEST ./configure --enable-fusermount
TEST make dist
@@ -100,4 +100,3 @@ done
[ "${DEBUG}" = "0" ] && rm -rf ${RESULT_DIR}
cleanup
-