diff options
| author | Justin Bogner <mail@justinbogner.com> | 2014-10-22 18:18:54 +0000 |
|---|---|---|
| committer | Justin Bogner <mail@justinbogner.com> | 2014-10-22 18:18:54 +0000 |
| commit | 72d1f2b61bf39ef7480c1723a5841bbca49dd98c (patch) | |
| tree | f1b750206bae757be34db331519e3b9f1ab2313c /llvm/test | |
| parent | 89bd8d62f3c3305d4ec433307dc4c0b1df1d4be7 (diff) | |
| download | bcm5719-llvm-72d1f2b61bf39ef7480c1723a5841bbca49dd98c.tar.gz bcm5719-llvm-72d1f2b61bf39ef7480c1723a5841bbca49dd98c.zip | |
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
Diffstat (limited to 'llvm/test')
| -rw-r--r-- | llvm/test/Transforms/GCOVProfiling/linezero.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/Transforms/GCOVProfiling/linezero.ll b/llvm/test/Transforms/GCOVProfiling/linezero.ll index cb6b69d4d71..3ffb1d6718f 100644 --- a/llvm/test/Transforms/GCOVProfiling/linezero.ll +++ b/llvm/test/Transforms/GCOVProfiling/linezero.ll @@ -1,4 +1,4 @@ -; RUN: sed -e 's@PATTERN@\%T@g' < %s > %t1 +; RUN: sed -e 's|PATTERN|%T|g' < %s > %t1 ; RUN: opt -insert-gcov-profiling -disable-output < %t1 ; RUN: rm %T/linezero.gcno %t1 ; REQUIRES: shell |

