summaryrefslogtreecommitdiff
path: root/Tests/RunCMake/CommandLine/E_rm_file_link_existing-check.cmake
blob: a0a9b208e0f7a22cb107f2c7208fb170abb7775b (plain)
1
2
3
if(NOT EXISTS ${out}/existing.txt)
  set(RunCMake_TEST_FAILED "${out}/existing.txt should exist (we only removed the link)")
endif()