about summary refs log tree commit diff
path: root/src/tests/client/meson.build
diff options
context:
space:
mode:
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