[PATCH] D78550: [Flang][test] Don't set PATH in flang/test/Semantics/common.sh

Rainer Orth via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Apr 21 05:54:52 PDT 2020


This revision was automatically updated to reflect the committed changes.
Closed by commit rG0535fab2375e: [Flang][test] Don't set PATH in flang/test/Semantics/common.sh (authored by ro).

Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D78550/new/

https://reviews.llvm.org/D78550

Files:
  flang/test/Semantics/common.sh


Index: flang/test/Semantics/common.sh
===================================================================
--- flang/test/Semantics/common.sh
+++ flang/test/Semantics/common.sh
@@ -4,8 +4,6 @@
 # to the full path of the single source argument; and $USER_OPTIONS to the
 # option list given in the $src file after string "OPTIONS:"
 
-PATH=/usr/bin:/bin
-
 function die {
   echo "$(basename $0): $*" >&2
   exit 1


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D78550.258975.patch
Type: text/x-patch
Size: 413 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200421/3d550ee5/attachment.bin>


More information about the llvm-commits mailing list