diff --git a/tests/p_libbpf/0_install_libbpf.sh b/tests/p_libbpf/0_install_libbpf.sh index c92e0ae..9a90d31 100755 --- a/tests/p_libbpf/0_install_libbpf.sh +++ b/tests/p_libbpf/0_install_libbpf.sh @@ -8,5 +8,5 @@ if [ "$centos_ver" -ge 8 ] ; then t_InstallPackage libbpf t_InstallPackage bcc-tools else - t_log "Skip on less than EL8" + t_Log "Skip on less than EL8" fi