diff --git a/meson.build b/meson.build index c0ea877..814fd03 100644 --- a/meson.build +++ b/meson.build @@ -21,12 +21,6 @@ bash_completion = dependency('bash-completion', required: false) profiledir = get_option('profile_dir') tmpfilesdir = systemd_dep.get_pkgconfig_variable('tmpfilesdir') -toolbox = files('toolbox') - -if shellcheck.found() - test('shellcheck', shellcheck, args: [toolbox]) -endif - if bash_completion.found() install_data( 'completion/bash/toolbox',