diff options
Diffstat (limited to 'tests/updater_checks.bats')
-rwxr-xr-x | tests/updater_checks.bats | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/updater_checks.bats b/tests/updater_checks.bats index e177fe4e..1a7eeb70 100755 --- a/tests/updater_checks.bats +++ b/tests/updater_checks.bats @@ -25,7 +25,6 @@ DIRS="usr/sbin/netdata var/log/netdata" setup() { - # If we are not in netdata git repo, at the top level directory, fail TOP_LEVEL=$(basename "$(git rev-parse --show-toplevel)") CWD=$(git rev-parse --show-cdup || echo "") |