summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/CommandLine/E_remove_directory-two-directories-and-file-check.cmake
blob: 0aa4a520285282de39b1d9637d0f3eecc6f9caac (plain)
1
2
3
if(NOT EXISTS ${outfile})
  set(RunCMake_TEST_FAILED "removed non-directory ${outfile}")
endif()