Darwin and solaris don't support echo -e. This should get the test passing
authorChris Lattner <sabre@nondot.org>
Sat, 4 Dec 2004 23:44:42 +0000 (23:44 +0000)
committerChris Lattner <sabre@nondot.org>
Sat, 4 Dec 2004 23:44:42 +0000 (23:44 +0000)
for them.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18511 91177308-0d34-0410-b5e6-96231b3b80d8

test/Debugger/funccall.ll

index 4ef450f5ca055239405b63739df71f7ea50f51c0..846250b567fa33c9a3f230f579bd8d3dd4303b48 100644 (file)
@@ -1,5 +1,12 @@
+;; RUN: echo create > %t.commands
+;; RUN: echo s >> %t.commands
+;; RUN: echo s >> %t.commands
+;; RUN: echo finish >> %t.commands
+;; RUN: echo bt >> %t.commands
+;; RUN: echo q >> %t.commands
+;; RUN: echo y >> %t.commands
 ;; RUN: llvm-as -f %s -o %t.bc
-;; RUN: echo -e "create\ns\ns\nfinish\nbt\nq\ny" | llvm-db %t.bc | grep 'in main at funccall.c:11:2'
+;; RUN: llvm-db %t.bc < %t.commands | grep 'in main at funccall.c:11:2'
 
 
 ;; Debugger type declarations