[compiler-rt] af64a92 - [Tests][TSan] Remove bash-ism `|&`, which is unsupported on other shells

Julian Lettner via llvm-commits llvm-commits at lists.llvm.org
Fri Aug 26 14:38:16 PDT 2022


Author: Julian Lettner
Date: 2022-08-26T14:38:06-07:00
New Revision: af64a9248f87696b34404165f93ff8b10ba92a7e

URL: https://github.com/llvm/llvm-project/commit/af64a9248f87696b34404165f93ff8b10ba92a7e
DIFF: https://github.com/llvm/llvm-project/commit/af64a9248f87696b34404165f93ff8b10ba92a7e.diff

LOG: [Tests][TSan] Remove bash-ism `|&`, which is unsupported on other shells

Added: 
    

Modified: 
    compiler-rt/test/tsan/fd_location_closed.cpp

Removed: 
    


################################################################################
diff  --git a/compiler-rt/test/tsan/fd_location_closed.cpp b/compiler-rt/test/tsan/fd_location_closed.cpp
index 3b14821814c67..bde0487d27057 100644
--- a/compiler-rt/test/tsan/fd_location_closed.cpp
+++ b/compiler-rt/test/tsan/fd_location_closed.cpp
@@ -1,4 +1,4 @@
-// RUN: %clangxx_tsan -O1 %s -o %t && %deflake %run %t |& FileCheck %s
+// RUN: %clangxx_tsan -O1 %s -o %t && %deflake %run %t | FileCheck %s
 #include "test.h"
 
 #include <fcntl.h>


        


More information about the llvm-commits mailing list