[compiler-rt] r239771 - [ASan tests] Use export, not env.

Filipe Cabecinhas me at filcab.net
Mon Jun 15 15:14:21 PDT 2015


Author: filcab
Date: Mon Jun 15 17:14:21 2015
New Revision: 239771

URL: http://llvm.org/viewvc/llvm-project?rev=239771&view=rev
Log:
[ASan tests] Use export, not env.

Modified:
    compiler-rt/trunk/test/asan/TestCases/Linux/coverage-missing.cc

Modified: compiler-rt/trunk/test/asan/TestCases/Linux/coverage-missing.cc
URL: http://llvm.org/viewvc/llvm-project/compiler-rt/trunk/test/asan/TestCases/Linux/coverage-missing.cc?rev=239771&r1=239770&r2=239771&view=diff
==============================================================================
--- compiler-rt/trunk/test/asan/TestCases/Linux/coverage-missing.cc (original)
+++ compiler-rt/trunk/test/asan/TestCases/Linux/coverage-missing.cc Mon Jun 15 17:14:21 2015
@@ -1,6 +1,6 @@
 // Test for "sancov.py missing ...".
 
-// RUN: env ASAN_OPTIONS=$ASAN_OPTIONS:coverage=1:coverage_dir=%T/coverage-missing
+// RUN: export ASAN_OPTIONS=$ASAN_OPTIONS:coverage=1:coverage_dir=%T/coverage-missing
 
 // First case: coverage from executable. main() is called on every code path.
 // RUN: %clangxx_asan -fsanitize-coverage=func %s -o %t -DFOOBAR -DMAIN





More information about the llvm-commits mailing list