test: Make this test runnable in directories with @ in their names
Jenkins likes to use directories with names involving the '@' character, which breaks the sed expression in this test. Switch to use '|' on the assumption that it's less likely to show up in a path. llvm-svn: 220401
Loading
Please sign in to comment