Browse Source

Tests: Fix comment for finding dpkg tool

Alex Turbov 7 years ago
parent
commit
43582cda57
1 changed files with 1 additions and 2 deletions
  1. 1 2
      Tests/CMakeLists.txt

+ 1 - 2
Tests/CMakeLists.txt

@@ -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)