Further fix to llvm-cov test.
[oota-llvm.git] / test / tools / llvm-cov / llvm-cov.test
index 0357b2146b5ce794f4888ac9b3c91c174ecdd456..62dd93d6be6abfed98911a72bab1972388b78305 100644 (file)
@@ -1,6 +1,10 @@
+# "cd" and globbing are unsupported in lit internal runner.
 REQUIRES: shell
-RUN: rm -f test.*
+RUN: rm -rf %t
+RUN: mkdir %t
+RUN: cd %t
 RUN: cp %p/Inputs/test.* .
+
 RUN: llvm-cov -gcno=test.gcno -gcda=test.gcda
 RUN: diff -aub test.cpp.gcov test.cpp.llcov
 RUN: rm test.cpp.llcov