remove obselete tests

This commit is contained in:
Hans-Christoph Steiner 2020-06-09 22:22:43 +02:00
parent 37f37ebd88
commit f0fb3b64f8
No known key found for this signature in database
GPG key ID: 3E177817BA1B9BFA
3 changed files with 0 additions and 28 deletions

View file

@ -628,19 +628,6 @@ mkdir $REPOROOT/metadata/
cp $WORKSPACE/tests/metadata/org.smssecure.smssecure.yml $REPOROOT/metadata/
$fdroid readmeta
# now make a fake duplicate
touch $REPOROOT/metadata/org.smssecure.smssecure.yml
set +e
$fdroid readmeta
if [ $? -eq 0 ]; then
echo "This should have failed because there is a duplicate metadata file!"
exit 1
else
echo "testing duplicate metadata checks passed"
fi
set -e
#------------------------------------------------------------------------------#
echo_header "ensure commands that don't need the JDK work without a JDK configed"