summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Criswell <criswell@uiuc.edu>2003-10-24 00:49:47 +0000
committerJohn Criswell <criswell@uiuc.edu>2003-10-24 00:49:47 +0000
commit35b0721b57b91e65354bacff44d08cc535196354 (patch)
tree83d88ff7d43f6e95b05ece8d907502e71043c41c
parent0a1f67acfca8007c1c39f7b8b82fc786ca176d5e (diff)
downloadllvm-35b0721b57b91e65354bacff44d08cc535196354.tar.gz
Fixed the syntax for Solaris /bin/sh.
In pre-historic times, you couldn't assign and export a variable at the same time in /bin/sh. Solaris still can't. git-svn-id: https://llvm.org/svn/llvm-project/llvm/branches/release_1@9455 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--test/BugPoint/misopt-basictest.ll3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/BugPoint/misopt-basictest.ll b/test/BugPoint/misopt-basictest.ll
index 1ba9adb82b81..76363dfb1f63 100644
--- a/test/BugPoint/misopt-basictest.ll
+++ b/test/BugPoint/misopt-basictest.ll
@@ -1,4 +1,5 @@
-; RUN: export PATH=/usr/bin:/bin/:${PATH}
+; RUN: PATH=/usr/bin:/bin/:${PATH}
+; RUN: export PATH
; RUN: bugpoint %s -dce -bugpoint-deletecalls -simplifycfg
%.LC0 = internal global [13 x sbyte] c"Hello World\0A\00"