zeek/testing/scripts
Benjamin Bannier 1f388e3f40 Format shell scripts with shfmt.
All changes in this patch were performed automatically with `shfmt` with
configuration flags specified in `.pre-commit-config.yaml`.

In addition to fixing whitespace the roundtrip through shfmt's AST also
transforms command substitutions

    `cmd`
    # becomes
    $(cmd)

and some redirects

    >&2 echo "msg"
    # becomes
    echo >&2 "msg"
2021-11-24 23:13:02 +01:00
..
coverage-calc Update Python invocations to explicit python3 2020-11-25 14:57:09 -08:00
diff-canonifier Format shell scripts with shfmt. 2021-11-24 23:13:02 +01:00
diff-canonifier-external Format shell scripts with shfmt. 2021-11-24 23:13:02 +01:00
diff-remove-abspath Format shell scripts with shfmt. 2021-11-24 23:13:02 +01:00
diff-remove-fields Format shell scripts with shfmt. 2021-11-24 23:13:02 +01:00
diff-remove-file-ids Improve a few test canonifiers 2015-09-19 18:08:31 -05:00
diff-remove-fractions Format shell scripts with shfmt. 2021-11-24 23:13:02 +01:00
diff-remove-openclose-timestamps Format shell scripts with shfmt. 2021-11-24 23:13:02 +01:00
diff-remove-timestamps Format shell scripts with shfmt. 2021-11-24 23:13:02 +01:00
diff-remove-uids Improve a few test canonifiers 2015-09-19 18:08:31 -05:00
diff-remove-x509-key-info Adjust x509 unit tests to work around OpenSSL 1.0 vs. 1.1 differences 2018-06-29 16:01:23 -05:00
diff-remove-x509-names Merge remote-tracking branch 'origin/master' into topic/dnthayer/ticket1467 2015-10-02 11:31:00 -07:00
diff-sort Format shell scripts with shfmt. 2021-11-24 23:13:02 +01:00
diff-sort-conn-service Extend external test suite canonifier with set-sorting logic 2020-08-11 11:26:21 -07:00
diff-sort-set-elements Extend external test suite canonifier with set-sorting logic 2020-08-11 11:26:21 -07:00
external-ca-list.zeek Use .zeek file suffix in unit tests 2019-04-16 16:08:57 -07:00
fake-sendmail Format shell scripts with shfmt. 2021-11-24 23:13:02 +01:00
file-analysis-test.zeek General btest cleanup 2020-08-11 11:26:22 -07:00
has-writer More bro-to-zeek renaming in the unit tests 2019-05-16 02:27:54 -05:00
httpd.py Remove Python 2 compatibility logic in httpd test script 2020-11-25 14:57:09 -08:00
rst-filter Going over initial parts of the scripting overview. 2013-08-30 16:23:17 -07:00
snmp-test.zeek Use .zeek file suffix in unit tests 2019-04-16 16:08:57 -07:00
update-external-repo-pointer.sh Format shell scripts with shfmt. 2021-11-24 23:13:02 +01:00
wait-for-file Format shell scripts with shfmt. 2021-11-24 23:13:02 +01:00