Use the correct name for installed gdk tests
authorSebastien Bacher <seb128@ubuntu.com>
Mon, 7 Mar 2022 15:13:38 +0000 (16:13 +0100)
committerMatthias Clasen <mclasen@redhat.com>
Wed, 16 Mar 2022 02:05:31 +0000 (22:05 -0400)
testsuite/gdk/meson.build

index 04c780f3f0c5f9ec5b42e06c6d07bfbbcb083630..3de704fc641348a9c66a602506c0739fec1a486d 100644 (file)
@@ -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,