From fbc18f839c8dcae38e73ae12bee9d34a416d2fcd Mon Sep 17 00:00:00 2001
From: Daniel Dunbar <daniel@zuster.org>
Date: Sun, 13 Sep 2009 01:40:48 +0000
Subject: tests: Use %abs_tmp instead of ./%t to make these tests portable to
 'lit'.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@81663 91177308-0d34-0410-b5e6-96231b3b80d8
---
 test/LLVMC/C++/hello.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'test/LLVMC/C++/hello.cpp')

diff --git a/test/LLVMC/C++/hello.cpp b/test/LLVMC/C++/hello.cpp
index 27c89d6..b9c6399 100644
--- a/test/LLVMC/C++/hello.cpp
+++ b/test/LLVMC/C++/hello.cpp
@@ -1,6 +1,6 @@
 // Test that we can compile C++ code.
 // RUN: llvmc %s -o %t
-// RUN: ./%t | grep hello
+// RUN: %abs_tmp | grep hello
 #include <iostream>
 
 int main() {
-- 
cgit v1.1