summaryrefslogtreecommitdiff
path: root/plparse/tests/meson.build
diff options
context:
space:
mode:
Diffstat (limited to 'plparse/tests/meson.build')
-rw-r--r--plparse/tests/meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/plparse/tests/meson.build b/plparse/tests/meson.build
index 3611613..fc7bf9a 100644
--- a/plparse/tests/meson.build
+++ b/plparse/tests/meson.build
@@ -10,7 +10,7 @@ foreach test_name : tests
env = environment()
if have_quvi
- env.set('TOTEM_PL_PARSER_VIDEOSITE_SCRIPT', videosite_exe.full_path())
+ env.set('TOTEM_PL_PARSER_VIDEOSITE_SCRIPT', videosite_quvi_exe.full_path())
endif
test(test_name, exe, env: env, timeout: 3 * 60)