diff options
-rw-r--r-- | cfg.mk | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -248,8 +248,7 @@ sc_prohibit-gl-attributes: # - tests involving long checksum lines, and # - the 'pr' test cases. FILTER_LONG_LINES = \ - /^[^:]*\.diff:[^:]*:@@ / d; \ - \|^[^:]*man/help2man:| d; \ + \|^[^:]*man/help2man:| d; \ \|^[^:]*tests/misc/sha[0-9]*sum.*\.pl[-:]| d; \ \|^[^:]*tests/pr/|{ \|^[^:]*tests/pr/pr-tests:| !d; }; sc_long_lines: |