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.8.3+ds-2+rpi1~3^2~20^2~4^2~335^2 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=c44288c7394dc6324a273d248093a311ee6b42b1;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,