summaryrefslogtreecommitdiff
path: root/test/Driver/ps4-linker-non-win.c
diff options
context:
space:
mode:
authorManuel Klimek <klimek@google.com>2015-10-19 08:27:51 +0000
committerManuel Klimek <klimek@google.com>2015-10-19 08:27:51 +0000
commit856c8a74e0dbcdf7798d6379de053c5c64053244 (patch)
tree046e44edec4b3d5015bc698f25afd5b7256fe900 /test/Driver/ps4-linker-non-win.c
parentd3ecbca703d3de97c2312756cdcdc1ee5de0fdff (diff)
downloadclang-856c8a74e0dbcdf7798d6379de053c5c64053244.tar.gz
Make test not rely on %T ending on /Output.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@250690 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Driver/ps4-linker-non-win.c')
-rw-r--r--test/Driver/ps4-linker-non-win.c18
1 files changed, 9 insertions, 9 deletions
diff --git a/test/Driver/ps4-linker-non-win.c b/test/Driver/ps4-linker-non-win.c
index 5b1e5ad724..1fce6d6077 100644
--- a/test/Driver/ps4-linker-non-win.c
+++ b/test/Driver/ps4-linker-non-win.c
@@ -1,21 +1,21 @@
// UNSUPPORTED: system-windows
// REQUIRES: x86-registered-target
-// RUN: rm -f %T/ps4-ld
-// RUN: touch %T/ps4-ld
-// RUN: chmod +x %T/ps4-ld
+// RUN: mkdir -p %T/Output
+// RUN: rm -f %T/Output/ps4-ld
+// RUN: touch %T/Output/ps4-ld
+// RUN: chmod +x %T/Output/ps4-ld
-// RUN: env "PATH=%T:%PATH%" %clang -### -target x86_64-scei-ps4 %s -fuse-ld=gold 2>&1 \
+// RUN: env "PATH=%T/Output:%PATH%" %clang -### -target x86_64-scei-ps4 %s -fuse-ld=gold 2>&1 \
// RUN: | FileCheck --check-prefix=CHECK-PS4-LINKER %s
-// RUN: env "PATH=%T:%PATH%" %clang -### -target x86_64-scei-ps4 %s -shared 2>&1 \
+// RUN: env "PATH=%T/Output:%PATH%" %clang -### -target x86_64-scei-ps4 %s -shared 2>&1 \
// RUN: | FileCheck --check-prefix=CHECK-PS4-LINKER %s
-// RUN: env "PATH=%T:%PATH%" %clang -### -target x86_64-scei-ps4 %s 2>&1 \
+// RUN: env "PATH=%T/Output:%PATH%" %clang -### -target x86_64-scei-ps4 %s 2>&1 \
// RUN: | FileCheck --check-prefix=CHECK-PS4-LINKER %s
-// RUN: env "PATH=%T:%PATH%" %clang -### -target x86_64-scei-ps4 %s -fuse-ld=ps4 2>&1 \
+// RUN: env "PATH=%T/Output:%PATH%" %clang -### -target x86_64-scei-ps4 %s -fuse-ld=ps4 2>&1 \
// RUN: | FileCheck --check-prefix=CHECK-PS4-LINKER %s
-// RUN: env "PATH=%T:%PATH%" %clang -### -target x86_64-scei-ps4 %s -shared \
+// RUN: env "PATH=%T/Output:%PATH%" %clang -### -target x86_64-scei-ps4 %s -shared \
// RUN: -fuse-ld=ps4 2>&1 | FileCheck --check-prefix=CHECK-PS4-LINKER %s
-// FIXME: This depends that %T ends with "Output".
// CHECK-PS4-LINKER: Output/ps4-ld