test load_localized_config() with categories

This commit is contained in:
Hans-Christoph Steiner 2023-05-30 22:43:21 +02:00
parent bc58959315
commit 6b82710039
6 changed files with 76 additions and 3 deletions

View file

@ -702,7 +702,11 @@ echo "Description: |" >> metadata/fake.yml
echo " this is fake" >> metadata/fake.yml
# fake that no JDKs are available
echo 'java_paths: {}' > config.yml
cat > config.yml <<EOF
categories:
- Internet
java_paths: {}
EOF
LOCAL_COPY_DIR=`create_test_dir`/fdroid
mkdir -p $LOCAL_COPY_DIR/repo