Unbreak code_signature_lc.test on macOS after 911be05743

This commit is contained in:
Nico Weber 2021-10-26 21:05:48 -04:00
parent 911be05743
commit 3c0cf7e1a9
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@
## The ,+4d is a GNU extension which seems not to work in macOS 10.15
# RUN: sed -e '/__LINKEDIT/{N;N;N;N;d;}' \
# RUN: -e '/LC_CODE_SIGNATURE/{N;N;N;d}' \
# RUN: -e '/LC_CODE_SIGNATURE/{N;N;N;d;}' \
# RUN: -e '/n_strx/d' \
# RUN: -e '/dyld_stub_binder/d' %t.yaml > %t.clean.yaml