summaryrefslogtreecommitdiff
path: root/Tests/RunCMake/CommandLine/E_rm_file_non_force_existing-check.cmake
blob: e28b16053e85ca9d5111303bb6a41f29a6f207f4 (plain)
1
2
3
if(EXISTS ${out}/existing.txt)
  set(RunCMake_TEST_FAILED "${out}/existing.txt not removed")
endif()