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