-// RUN: clang-cc -emit-pch -o %t --relocatable-pch -isysroot `pwd`/libroot `pwd`/libroot/usr/include/reloc.h &&
-// RUN: clang-cc -include-pch %t -isysroot `pwd`/libroot %s -verify
-// FIXME (test harness can't do this?): not clang-cc -include-pch %t %s
+// RUN: clang-cc -emit-pch -o %t --relocatable-pch -isysroot %S/libroot %S/libroot/usr/include/reloc.h &&
+// RUN: clang-cc -include-pch %t -isysroot %S/libroot %s -verify &&
+// RUN: not clang-cc -include-pch %t %s
#include <reloc.h>
// expected-note{{previous definition}}
-// expected-note{{previous definition}}
\ No newline at end of file
+// expected-note{{previous definition}}