From: Sebastien Bacher Date: Mon, 7 Mar 2022 15:13:38 +0000 (+0100) Subject: Use the correct name for installed gdk tests X-Git-Tag: archive/raspbian/4.6.5+ds-1+rpi1~1^2~19^2~3^2~14 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=71c935d1f49be43e3d4eaeed0a4e3eb02470b13e;p=gtk4.git Use the correct name for installed gdk tests --- diff --git a/testsuite/gdk/meson.build b/testsuite/gdk/meson.build index 04c780f3f0..3de704fc64 100644 --- a/testsuite/gdk/meson.build +++ b/testsuite/gdk/meson.build @@ -85,7 +85,7 @@ if get_option('install-tests') test_cdata.set('testexecdir', testexecdir) test_cdata.set('test', test_name) configure_file(input: 'gdk.test.in', - output: '@0@.test'.format(t), + output: '@0@.test'.format(test_name), configuration: test_cdata, install: true, install_dir: testdatadir,