test: remove some unnecessary shell usage

Replace the shell usage with lit substitutions.  NFC
This commit is contained in:
Saleem Abdulrasool
2019-01-15 10:44:19 -08:00
parent f348fb133e
commit c0bb36fa2e
4 changed files with 14 additions and 14 deletions

View File

@@ -1,6 +1,6 @@
// RUN: %empty-directory(%t)
// RUN: %empty-directory(%t/include/Lib.swiftmodule)
// RUN: cp %S/Inputs/prebuilt-module-cache/Lib.swiftinterface %t/include/Lib.swiftmodule/$(basename %target-swiftmodule-name .swiftmodule).swiftinterface
// RUN: cp %S/Inputs/prebuilt-module-cache/Lib.swiftinterface %t/include/Lib.swiftmodule/%target-cpu.swiftinterface
// Baseline check: if the prebuilt cache path does not exist, everything should
// still work.