]> granicus.if.org Git - clang/commitdiff
Massage this test a little so it works when run inside the Google environment.
authorNick Lewycky <nicholas@mxc.ca>
Fri, 21 Oct 2011 03:07:40 +0000 (03:07 +0000)
committerNick Lewycky <nicholas@mxc.ca>
Fri, 21 Oct 2011 03:07:40 +0000 (03:07 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@142635 91177308-0d34-0410-b5e6-96231b3b80d8

test/Driver/debug.c

index 2ed8921769fa8cdab4bc155e14ea06c5af2c78a6..66b2f0d5db2e56361b7300deea440c2c01a4b896 100644 (file)
@@ -1,4 +1,4 @@
-// RUN: %clang -### -g %s -c 2>&1 | grep '"-fdebug-compilation-dir" "'%S'"'
+// RUN: cd %S && %clang -### -g %s -c 2>&1 | grep '"-fdebug-compilation-dir" "'%S'"'
 // RUN: PWD=/foo %clang -### -g %s -c 2>&1 | grep '"-fdebug-compilation-dir" "/foo"'
 
 // This test uses grep instead of FileCheck so that we get %S -> dirname