Skip to content
  • Bill Newcomb's avatar
    Tests: Fix CMake.ELF test with read-only source (#15489) · a293dcb5
    Bill Newcomb authored and Brad King's avatar Brad King committed
    When the cmake sources are all set to read-only (e.g. after importing
    into perforce), the CMake.ELF test fails because the copy of the binary
    is also read-only and cannot be modified.  Fix this by copying the
    binary without source permissions.
    a293dcb5