Tests: Fix comment for finding dpkg tool

This commit is contained in:
Alex Turbov
2018-05-06 18:15:20 +03:00
committed by Brad King
parent d44441a365
commit 43582cda57

View File

@@ -145,8 +145,7 @@ if(BUILD_TESTING)
set(CPACK_BINARY_RPM OFF)
endif()
# Look for rpmbuild to use for tests.
# The tool does not work with spaces in the path.
# Look for dpkg to use for tests.
find_program(DPKG_EXECUTABLE NAMES dpkg)
if(DPKG_EXECUTABLE)