Browse Source

Tests: Remove stray source dir modification in RunCMake.find_program

Since commit c76c1ea208 (find_program: Consider CWD only for paths with
separator, 2018-05-31, v3.13.0-rc1~413^2) this test has created a
directory in the source tree unnecessarily.  Remove it.
Brad King 6 years ago
parent
commit
d1aa9f307e
1 changed files with 0 additions and 1 deletions
  1. 0 1
      Tests/RunCMake/find_program/RelAndAbsPath.cmake

+ 0 - 1
Tests/RunCMake/find_program/RelAndAbsPath.cmake

@@ -10,7 +10,6 @@ endfunction()
 
 strip_windows_path_prefix("${CMAKE_CURRENT_SOURCE_DIR}" srcdir)
 
-file(MAKE_DIRECTORY "tmp${srcdir}")
 configure_file(testCWD "tmp${srcdir}/testNoSuchFile" COPYONLY)
 
 find_program(PROG_ABS