For PR1319: Upgrade to new test harness
llvm-svn: 36073
diff --git a/llvm/test/Linker/ConstantGlobals3.ll b/llvm/test/Linker/ConstantGlobals3.ll
index 9a84c3a..4435f2d 100644
--- a/llvm/test/Linker/ConstantGlobals3.ll
+++ b/llvm/test/Linker/ConstantGlobals3.ll
@@ -1,7 +1,8 @@
; Test that appending linkage works correctly when arrays are the same size.
-; RUN: echo "%X = external constant [1x int]" | llvm-upgrade | llvm-as > %t.2.bc
+; RUN: echo {%X = external constant \[1 x int\] } | \
+; RUN: llvm-upgrade | llvm-as > %t.2.bc
; RUN: llvm-upgrade %s | llvm-as > %t.1.bc
-; RUN: llvm-link %t.[12].bc | llvm-dis | grep constant
+; RUN: llvm-link %t.1.bc %t.2.bc | llvm-dis | grep constant
%X = uninitialized global [1 x int]