mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00

This is because libmagic can return different results depending on installation. Note, this still doesn't fix all problems: smtp-entities sets md5 depending on the mime-type returned by libmagic ...
8 lines
259 B
Bash
Executable file
8 lines
259 B
Bash
Executable file
#! /usr/bin/env bash
|
|
#
|
|
# Default canonifier used with the trace-based tests in testing/external/*.
|
|
|
|
`dirname $0`/diff-remove-timestamps \
|
|
| `dirname $0`/diff-remove-uids \
|
|
| `dirname $0`/diff-remove-mime-types \
|
|
| `dirname $0`/diff-remove-abspath
|