Tests/RunCMake/RuntimePath: Fix Stub case for musl C library
I've tested with setting up a musl vm with Void linux. I could verify the test failure, fixed the regex and the test now passes.
[bvdeenen@musl build]$ ./bin/ctest -R RunCMake.RuntimePath
Test project /home/bvdeenen/cmake/build
Guessing configuration NoConfig
Start 443: RunCMake.RuntimePath
1/1 Test #443: RunCMake.RuntimePath ............. Passed 18.16 sec
100% tests passed, 0 tests failed out of 1
Fixes: #26565 (closed)
Topic-rename: test-musl
Edited by Brad King