diff --git a/tests/test_legacy.sh b/tests/test_legacy.sh index cffa8d1c36..ab0e15584d 100755 --- a/tests/test_legacy.sh +++ b/tests/test_legacy.sh @@ -27,7 +27,7 @@ cd /tmp/pandorafms/pandora_console && chmod +x pandora_console_install && yes | check "Installing the Pandora FMS Console" $? # Create the Pandora FMS database. -cd /tmp/pandorafms/tests && chmod +x install_console.py && ./install_console.py +cd /tmp/pandorafms/tests && chmod +x install_console.py && python install_console.py check "Creating the Pandora FMS Database" $? # Build and install the Pandora FMS Server.