summary refs log tree commit diff
path: root/src/tests/client/meson.build
diff options
context:
space:
mode:
authorMichael Biebl <biebl@debian.org>2026-02-22 00:39:58 +0100
committerMichael Biebl <biebl@debian.org>2026-02-22 00:39:58 +0100
commit067fb576988f685e83ac8b0ae690334aff547c85 (patch)
tree204c7c8a0300691c53627cd3418cf54671ada1a8 /src/tests/client/meson.build
parent6de29285e533f4fec22a219013f3687edb6b7399 (diff)
New upstream version 1.56.0 upstream/1.56.0
Diffstat (limited to 'src/tests/client/meson.build')
-rw-r--r--src/tests/client/meson.build6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/tests/client/meson.build b/src/tests/client/meson.build
index 5686a1c1..570a4a26 100644
--- a/src/tests/client/meson.build
+++ b/src/tests/client/meson.build
@@ -10,9 +10,6 @@ test(
     '--',
     'TestNmcli',
   ],
-  env: [
-    'LIBTOOL=',
-  ],
   timeout: 120,
 )
 
@@ -27,9 +24,6 @@ if enable_nm_cloud_setup
       '--',
       'TestNmCloudSetup',
     ],
-    env: [
-      'LIBTOOL=',
-    ],
     timeout: 120,
   )
 endif