================ @@ -24,7 +24,8 @@ // RUN: diff %t.imports-sorted %t.exports-sorted // Ensure that there is no dynamic dylib linked. -// RUN: otool -L %t | (! grep -q "dynamic.dylib") +// RUN: otool -L %t > %t.libs +// not grep -q "dynamic.dylib" < %t.libs ---------------- DanBlackwell wrote:
```suggestion // RUN: not grep -q "dynamic.dylib" < %t.libs ``` https://github.com/llvm/llvm-project/pull/168545 _______________________________________________ llvm-branch-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
