summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Hergert <chergert@redhat.com>2023-03-20 15:47:14 -0700
committerChristian Hergert <chergert@redhat.com>2023-03-22 16:44:35 -0700
commit51dacc4c6a93c2d9d05a2a20c782790b3728ed83 (patch)
tree2a02e7702ed34b3a02c816ac63ff55f8fafb3f8c
parentb2a3a9559b71558fba0ba24356d5404ece3c735c (diff)
downloadlibpeas-51dacc4c6a93c2d9d05a2a20c782790b3728ed83.tar.gz
tests: use python for non-existant plugin loader
-rw-r--r--tests/libpeas/plugins/extension-python3-nonexistent.plugin2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/libpeas/plugins/extension-python3-nonexistent.plugin b/tests/libpeas/plugins/extension-python3-nonexistent.plugin
index 995a7fb..c31b94d 100644
--- a/tests/libpeas/plugins/extension-python3-nonexistent.plugin
+++ b/tests/libpeas/plugins/extension-python3-nonexistent.plugin
@@ -1,6 +1,6 @@
[Plugin]
Module=extension-python3-nonexistent
-Loader=python3
+Loader=python
Name=Extension Python 3 Nonexistent
Description=This plugin is nonexistent.
Authors=Garrett Regier