mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-09 17:00:27 +03:00
remove obselete tests
This commit is contained in:
parent
37f37ebd88
commit
f0fb3b64f8
3 changed files with 0 additions and 28 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue