[Driver] Don't use capture for InstalledDir
This is another attempt to address the issue introduced in ae8b2cab. We cannot capture InstalledDir because FileCheck doesn't handle the backslashes correctly, so instead we just consume the entire path prefix which is what other tests are doing.
Loading
Please sign in to comment