diff --git a/tests/p_libbpf-tools/libbpf-tools_tests.sh b/tests/p_libbpf-tools/libbpf-tools_tests.sh index 629404e..e2bbe57 100755 --- a/tests/p_libbpf-tools/libbpf-tools_tests.sh +++ b/tests/p_libbpf-tools/libbpf-tools_tests.sh @@ -3,7 +3,7 @@ t_Log "Running $0 - libbpf tools" -if [[ "$centos_ver" -lt 8 ]]; then +if [[ "$centos_ver" -le 8 ]]; then t_Log "Running $0 in EL8 or less -> SKIP" exit 0 fi