From f8087419df7153f20ac0d418cdc8ae657f5d2d89 Mon Sep 17 00:00:00 2001 From: NAKAMURA Takumi Date: Fri, 19 Jul 2013 01:26:08 +0000 Subject: llvm/test/MC/AsmParser/secure_log_unique.s: Use env(1) here. Then r186611 can be reverted. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@186643 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/MC/AsmParser/secure_log_unique.s | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'test/MC') diff --git a/test/MC/AsmParser/secure_log_unique.s b/test/MC/AsmParser/secure_log_unique.s index dd86167ea5..8145981a31 100644 --- a/test/MC/AsmParser/secure_log_unique.s +++ b/test/MC/AsmParser/secure_log_unique.s @@ -1,7 +1,6 @@ -// REQUIRES: shell // RUN: rm -f %t -// RUN: AS_SECURE_LOG_FILE=%t llvm-mc -triple x86_64-apple-darwin %s -// RUN: AS_SECURE_LOG_FILE=%t llvm-mc -triple x86_64-apple-darwin %s +// RUN: env AS_SECURE_LOG_FILE=%t llvm-mc -triple x86_64-apple-darwin %s +// RUN: env AS_SECURE_LOG_FILE=%t llvm-mc -triple x86_64-apple-darwin %s // RUN: FileCheck --input-file=%t %s .secure_log_unique "foobar" -- cgit v1.2.3