diff options
Diffstat (limited to 'tests/updater_checks.bats')
-rwxr-xr-x | tests/updater_checks.bats | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/updater_checks.bats b/tests/updater_checks.bats index d9f4cc0c..15ffce8f 100755 --- a/tests/updater_checks.bats +++ b/tests/updater_checks.bats @@ -13,8 +13,7 @@ ENV="${INSTALLATION}/netdata/etc/netdata/.environment" # list of files which need to be checked. Path cannot start from '/' FILES="usr/libexec/netdata/plugins.d/go.d.plugin usr/libexec/netdata/plugins.d/charts.d.plugin - usr/libexec/netdata/plugins.d/python.d.plugin - usr/libexec/netdata/plugins.d/node.d.plugin" + usr/libexec/netdata/plugins.d/python.d.plugin" DIRS="usr/sbin/netdata etc/netdata |